Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Typing parameters
Message
From
24/01/2018 09:05:45
 
 
To
24/01/2018 09:02:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01657479
Message ID:
01657498
Views:
49
>>>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.
>
>So, Why do some VFP coder use "....MyParameter AS String" or "....MyParameter AS Int "or"... MyParameter AS object"?
>This doesn't make it a HARD TYPED member, does it?

They use it for intellisense to kick in.
Previous
Reply
Map
View

Click here to load this message in the networking platform