autocomplete using declare
Posted: Wed Nov 26, 2008 8:05 pm
if i write
i can see TotoTrucMuche() in autocomplete box, that's nice.
is it possible to do the same if i write this ?
TotoTrucMuche() isn't in the autocomplete box, it would be nice if it were possible.
Code: Select all
Procedure TotoTrucMuche()
EndProcedure
is it possible to do the same if i write this ?
Code: Select all
Declare TotoTrucMuche()