Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Integer variable in a string.
Message
De
30/08/2001 15:31:23
John Deupree
Long Term Care Authority
Tulsa, Oklahoma, États-Unis
 
 
À
30/08/2001 15:09:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00551047
Message ID:
00551060
Vues:
20
VFP doesn't really support strong typing, so

public x as integer

doesn't make x an interger type. The 'AS' clause is just there to support intellisense (more useful with objects).

John

>hey everyone,
>i am trying to insert a integer variable into a string. this is what i have:
>
>public strSeq as string, ;
> intCount as integer, ;
> strCountSeq as string
>
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform