Active Topics Memberlist Calendar Search Help | |
Register Login |
One Stop Testing Forum : Testing Tools @ OneStopTesting : QuickTest Pro @ OneStopTesting |
Topic: Split a string into 4 parts |
|
Author | Message |
ram7vasu
Newbie Joined: 22Nov2007 Location: India Online Status: Offline Posts: 29 |
Topic: Split a string into 4 parts Posted: 06May2008 at 4:40am |
Hi All,
Any String of 16 charcters, split and print group of 4 charcters
Ex: MyString = RAM123456789soft
result:
RAM1
2345
6789
soft
Advance Thanks
|
|
RAM SAKSOFT
Post Resume: Click here to Upload your Resume & Apply for Jobs |
|
IP Logged | |
ram7vasu
Newbie Joined: 22Nov2007 Location: India Online Status: Offline Posts: 29 |
Posted: 08May2008 at 11:43pm |
MyString = "RAM123456789SOFT"
For i =1 to 16 steps 4
MsgBox mid (MyString, i,4)
Next
|
|
RAM SAKSOFT
|
|
IP Logged | |
Forum Jump |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
© Vyom Technosoft Pvt. Ltd. All Rights Reserved.