2009 Jul 13 6:30 AM
Hi All,
I want to move a field value to one more field splitting at char position 132.How this can be done?
2009 Jul 13 6:38 AM
Hi All,
I want to move a field value to one more field splitting at char position 132.How this can be done?
2009 Jul 13 6:35 AM
if i am not going wrong
let x be a variable of sum 255 char
so u can move this to string
and after that u can use this string manipulation
y = x
z = y132(123)
cheers
s.janagar
2009 Jul 13 6:36 AM
Hello
If I it is correct has understood question, that:
var2 = var1(132).
2009 Jul 13 6:38 AM
2009 Jul 13 6:40 AM
2009 Jul 13 6:45 AM
a = b(132).
c = b+132.
CONCATENATE a d c INTO b.
d -value to be inserted.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |