Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Typing parameters
Message
From
24/01/2018 09:04:31
 
 
To
24/01/2018 02:53:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01657479
Message ID:
01657497
Views:
44
>>>Hello.....
>>>
>>>Just out of curiosity what is the difference between these two?
>>>
>>>FUNCTION ReturnSomething(MyParameter AS String)
>>>.
>>>.
>>>.
>>>.
>>>ENDPROC
>>>
>>>
>>>FUNCTION ReturnSomething()
>>>LPARAMETER MyParameter
>>>.
>>>.
>>>.
>>>.
>>>ENDPROC
>>>
>>>
>>>Thanks in advance
>>
>>
>>The second has one line of code more :-)
>>No difference.
>
>It's been a while but ISTR Intellisense can take advantage of the first form, so that when you call the function in other code you get prompted for the parameters the same way you do for built-in VFP functions.

I don't have a lot of experience in VFP, but I've never seen this happen.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform