Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Integer variable in a string.
Message
From
30/08/2001 15:31:23
John Deupree
Long Term Care Authority
Tulsa, Oklahoma, United States
 
 
To
30/08/2001 15:09:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00551047
Message ID:
00551060
Views:
19
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
>
>
Previous
Reply
Map
View

Click here to load this message in the networking platform