FOR ascii_value = 65 TO 90 CRT CHAR(ascii_value) NEXT ascii_value Dan
On Sun, Mar 28, 2010 at 12:15 PM, praveen kumar <[email protected]> wrote: > Hello Friends, > > How can I capture the ASCII values of decimals,example ASCII value of 65 is > A, ASCAII value of 66 is B. I want to convert all decimals(65 -90) to ASCII. > Please guide how can i do it. > > Regards, > PK > > > > -- > Please read the posting guidelines at: > http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > IMPORTANT: Type T24: at the start of the subject line for questions > specific to Globus/T24 > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > > To unsubscribe from this group, send email to jbase+ > unsubscribegooglegroups.com or reply to this email with the words "REMOVE > ME" as the subject. > -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en To unsubscribe from this group, send email to jbase+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
