Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CALLING ORACLE SP with parameters
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Oracle
Application:
Desktop
Divers
Thread ID:
01389524
Message ID:
01389555
Vues:
71
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform