View previous topic :: View next topic |
Author |
Message |
nag77 Beginner
Joined: 03 Jan 2006 Posts: 11 Topics: 8
|
Posted: Sat Jan 28, 2006 5:52 am Post subject: String |
|
|
Hi
I have a string "BHARAT KUMAR", I am moving this string to another variable with size 20.
How can i delimit the size in the variable,spaces should not be contianed in the string.
How can i do this?
I hope i can use the String syntax with delimit size,but i am not sure...
Thanks in Advance
Cheers
NAG |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
|
Posted: Sat Jan 28, 2006 5:58 am Post subject: |
|
|
Quote: |
I hope i can use the String syntax with delimit size,but i am not sure...
|
nag77,
why not simply try it and see what happens.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
nag77 Beginner
Joined: 03 Jan 2006 Posts: 11 Topics: 8
|
Posted: Sat Jan 28, 2006 6:17 am Post subject: |
|
|
Hi kolusu
STRING EMP_NAME SPACE VAR_NAME2 DELIMITED BY SIZE INTO VAR_NAME3
when i am trying with this ,I am getting errors.
Thanks
NAG |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|