Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call a procedure like a method syntax
Message
From
21/04/2009 17:33:27
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Call a procedure like a method syntax
Miscellaneous
Thread ID:
01395833
Message ID:
01395833
Views:
136
I have several procedures in a .prg file that I call in various places in my form methods. And, I have "Set Procedure to WhatEver additive" in my app startup routine.

So, when I want to use one of the procedures from a form or class method, I usually do something like this:
Do SomeProcedure with lcSomeCharString1, lcSomeCharString, llSomeBoolValue
I like the look of my code better if I do this:
SomeProcedure(lcSomeCharString1, lcSomeCharString, llSomeBoolValue)
It seems to work either way, so, are there any pros or cons to one way over another?

.
Next
Reply
Map
View

Click here to load this message in the networking platform