Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CALLING ORACLE SP with parameters
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Oracle
Application:
Desktop
Miscellaneous
Thread ID:
01389524
Message ID:
01389555
Views:
72
This message has been marked as a message which has helped to the initial question of the thread.
Declaring a variable with AS clause does not assign any type to it in VFP.
Only assigning a value would actually change variable type
LOCAL test1 AS Number
? TYPE("test1")    && L
test1 = 0
? TYPE("test1")    && N
test1 = Null
? TYPE("test1")    && still N
>Ive also tried to define strong type variable without success e.g.
>
>LOCAL TEST1 AS NUMBER
>TEST1 = NULL
>
< snip >
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform