Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bring a character

Former Member
0 Likes
686

children can bring a character to the right in a field char2

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
656

example

data var(2)

move 'U' to var

3 REPLIES 3
Read only

Former Member
0 Likes
657

example

data var(2)

move 'U' to var

Read only

0 Likes
656

>

> example

> data var(2)

> move 'U' to var

if you want to move the character to right side of the string , use offset and move..

var+1(1) = 'U'.

or

write : 'U' to var RIGHT-JUSTIFIED.

Read only

former_member194669
Active Contributor
0 Likes
656

Duplicate answer. I am deleting content of my thread

a®s

Edited by: a®s on May 29, 2009 12:44 PM