Page 1 of 1

Autocomplete procedure parameter variables

Posted: Thu May 15, 2008 10:04 pm
by Foz
Um... as the title says...

I've gotten into the habit of prefixing my passed in variables with a "p", so I can identify them, for instance:

Code: Select all

Procedure LoadConsignment(pConsignmentID.l)
  ; pConsignmentID isn't recognised here
  
  Protected ConsignmentID.l
  ; but this local ConsignmentID is
EndProcedure
Could this be added to the auto complete feature?

Please? :)