Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Divide variable into parts
Message
From
05/11/2007 04:16:05
 
 
To
05/11/2007 03:17:20
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01266627
Message ID:
01266631
Views:
9
hi,
clea
myid = "31206-1653228-5"
FOR i=1 to Len(myid)
     ? "     ",SUBSTR(myid,i,1) + CHR(13) 
ENDFOR
or
myid="31206-1653228-5"
 ? myid function "v1"
>Dear Experts
>
>myid=31206-1653228-5
>
>It is character type variable.
>I wnat to devide it into FIFTEEN parts, every character will be a new variable as
>
>var1=3
>var2=1
>var3=2
>
>How is it possible
>
>Please help
Previous
Reply
Map
View

Click here to load this message in the networking platform