Page 1 of 1

autocomplete using declare

Posted: Wed Nov 26, 2008 8:05 pm
by Comtois
if i write

Code: Select all

Procedure TotoTrucMuche()
EndProcedure
i can see TotoTrucMuche() in autocomplete box, that's nice.

is it possible to do the same if i write this ?

Code: Select all

Declare TotoTrucMuche()
TotoTrucMuche() isn't in the autocomplete box, it would be nice if it were possible.