Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Legal coding of As clause (re (strong) typing)
Message
 
 
To
19/07/2001 10:33:26
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00532549
Message ID:
00532573
Views:
15
>I have been going through the new VFP documentation supplied in the July 2001 MSDN Library.
>
>While I see the new "As" clause for LOCAL, LPARAMETERS, PARAMETERS, etc. I cannot find anything that explains/describes how/what can be coded there.
>
>Under the topic "Strong Typing in Class, Objects and Variable code" there are examples such as:
>PUBLIC ARRAY MyArray[2] AS _form OF ffc\_base
>
>LPARAMETERS MyParam1 AS string OF _base.vcx
>
>PARAMETERS MyParam1 AS custom OF Mybase.vcx
>
>Any help appreciated.
>
>JimN

Jim,
Any valid variable data type can go there (Datetime, Character, Logical, Void). Statements like this are more for the TypeLib declarations (IMO). In addition, a PrgID for a COM class or a VFP class and class lib can be used. Statements like this are more for Intellisense.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform