View previous topic :: View next topic |
Author |
Message |
vaasavi Beginner
Joined: 20 Jun 2005 Posts: 14 Topics: 5
|
Posted: Mon Aug 08, 2005 1:18 am Post subject: Doubt in Rexx |
|
|
Hi,
I am new to Rexx Programming.
My requirement is to concatenate two strings,but i need to have specific number of spaces b/w these 2 strings,that number depends upon some calculation,so is it possible in rexx.
for suppose string1=mainframe
string2=programming
and i=8,which is 8 spaces b/w 2 strings,this i will be changing each time
so how to insert i number of spaces b/w string 1 and string2.
In the above example my o/p should be
mainframe programming
Please guide me. |
|
Back to top |
|
 |
vaasavi Beginner
Joined: 20 Jun 2005 Posts: 14 Topics: 5
|
Posted: Mon Aug 08, 2005 3:31 am Post subject: |
|
|
HI,
i GOT IT,SORRY FOR PSOTING SUCH AS SILLY QUESTION |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Mon Aug 08, 2005 6:25 am Post subject: |
|
|
vaasavi,
It is great that you figured that by your self. please post the solution also so that it will be helpful for others in future.
Thanks
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|