View previous topic :: View next topic
|
Author |
Message |
jaya78
New User
Joined: 11 Jun 2006 Posts: 1
|
|
|
|
Hi
Is it possible to do string manipulation using easytrive. I have a name of length 25. I have values where my first name and last name starts. How will i separate the first and last name.
Please let me know if any has any answer. Thanks in advance.
Regards
Jaya |
|
Back to top |
|
|
shreevamsi
Active User
Joined: 23 Feb 2006 Posts: 305 Location: Hyderabad,India
|
|
|
|
Could you please ellobrate your requirement...clearly??
what do you mean by manipulation??
do u wan to seperate your First name and second name or what?? |
|
Back to top |
|
|
IQofaGerbil
Active User
Joined: 05 May 2006 Posts: 183 Location: Scotland
|
|
|
|
well if I understand your requirement you could define a field as follows.
eg if your first name starts in pos 2 and is length 9 and last name starts in pos 11 and is length 14 then
NAME W 25 A
NAME-FIRST NAME +1 9 A
NAME-LAST NAME +10 14 A
then code
NAME = whatever-your-input-name-field-is-called
then refer to the appropriate fields
Thats too easy so I suspect that is not what you are asking! |
|
Back to top |
|
|
|