I presume that you are looking to do this in jBasic.

The two functions I think you need are CHAR and SEQ.

So, CRT CHAR(65)      will display an "A"

and CRT SEQ("A")    will display "65".

Hope this helps.

Simon

On 28/03/2010 17:15, praveen kumar 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.

Reply via email to