Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memory variable limit
Message
From
12/06/2011 16:19:14
 
 
To
12/06/2011 15:15:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01514175
Message ID:
01514186
Views:
78
>Hi Craig, thanks for the reply.
>Here's my code that breaks.
>x="1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456"
>
>That's 256 characters in the definition of a memory variable.
>Not sure why this is breaking.


Must be too long for a literal.

This works:

x="1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012"
x=x+"345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456"
?len(x)
Previous
Reply
Map
View

Click here to load this message in the networking platform