Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting a memory variable with character and numeric
Message
From
22/12/2014 19:42:25
 
 
To
22/12/2014 16:03:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01612566
Message ID:
01612586
Views:
50
>Is there more concise way of converting a memory variable from A15 to A14
>Here's what i have - seems a tad convoluted to me. Maybe i should just be grateful i got it on one line.
>
>n1="A15"
>n2="A"+LTRIM(STR(VAL(SUBSTR(n1,2,2))-1))  &&& gives me n2=A14
>
>tnx
>k
Don't know if you need this or not..........taking Borislav's solution and making it generic so that it isn't for just two characters

n2 = "A" + TRANSFORM(VAL(SUBSTR(n1,2)))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform