Autocomplete procedure parameter variables
Posted: Thu May 15, 2008 10:04 pm
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:
Could this be added to the auto complete feature?
Please?
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
Please?
