command to get ASCI values
- bagalkot
- Topic Author
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 1
12 years 7 months ago #11247
by bagalkot
command to get ASCI values was created by bagalkot
can any one tell me the jbase command to get the ascii value for some text? example : i need the ascii equivalent of "temenos"
thanks
bagalkot
thanks
bagalkot
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired
Less
More
- Posts: 2859
- Thank you received: 649
12 years 7 months ago #11248
by jpb
Replied by jpb on topic Re: command to get ASCI values
Do you really mean ASCII value, because "temenos" is ASCII ?!?
The functions known in jBAse are:
ASCII to convert from EBCDIC to ASCII
EBCDIC to convert from ASCII to EBCDIC
CHAR() or better CHARX() to get the ASCII for a given numeric
SEQ() or better SEQX() to get the numeric for a given ASCII
CHAR and SEQ also exist for a complete dynamic array as CHARS() and SEQS()
The functions known in jBAse are:
ASCII to convert from EBCDIC to ASCII
EBCDIC to convert from ASCII to EBCDIC
CHAR() or better CHARX() to get the ASCII for a given numeric
SEQ() or better SEQX() to get the numeric for a given ASCII
CHAR and SEQ also exist for a complete dynamic array as CHARS() and SEQS()
Please Log in or Create an account to join the conversation.
- bagalkot
- Topic Author
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 1
12 years 7 months ago #11254
by bagalkot
Replied by bagalkot on topic Re: command to get ASCI values
thanks JPB
Please Log in or Create an account to join the conversation.
- Steph.
- Visitor
12 years 5 months ago #11768
by Steph.
Replied by Steph. on topic Re: command to get ASCI values
I am getting an error while I'm trying to use ASCII and EBCDIC functions..."A UTF -8 codepage conversion error has occured"
Anyone knows what is this?
Thanks.
Anyone knows what is this?
Thanks.
Please Log in or Create an account to join the conversation.
- Steph.
- Visitor
12 years 5 months ago #11769
by Steph.
Replied by Steph. on topic Re: command to get ASCI values
Ok...i found it... I don't know for other cases but in my case the error come up when I was giving wrong arguments in the functions.
Cheers
Cheers
Please Log in or Create an account to join the conversation.
Time to create page: 0.074 seconds