Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

splitting a variable...

Status
Not open for further replies.

safra

Technical User
Jan 24, 2001
319
NL
Hi,

I wonder if this is possible:

I would like to split a variable at whichever character is between two or more numbers.

For example:

Var = “1727273-24243535;253625/2525333”;

Should result in:

Var1 = 1727273
Var2 = 24243535
Var3 = 253625
Var4 = 2525333

Is this possible?

Ron
 
Thanks Luciddream, I will try it!

regards,

Ron
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top