Question:
example:
data: x(255) type c,
y(510) type x.
x = 'abcdasdasda'.
now, how can i get the ascii code of x into y ? ? ? ?
Answer:
Use the search, though you ought to be able to work it out if you read the F1 help on MOVE.
P.S. there is no such thing as the ascii code of a 255 long char. You have to do each byte separately.
_________________
First he pinches my sig, Now he's cribbing my posts too!