ASCII value of Control + ]

26 views
Skip to first unread message

Ranjith

unread,
Nov 9, 2008, 6:57:09 PM11/9/08
to jBASE
Hi Guys

Does any one know what is Control + ] value is.

I tried GS (Group Separator) with Decimal value of 29. when I use this
value in Java to write to Jbase file it writes a DOT (.) instead of ]

Can some one shed some light

Thanks
Ranjith

Lee Burstein

unread,
Nov 9, 2008, 8:30:22 PM11/9/08
to jB...@googlegroups.com
Try character 253.

Lee H. Burstein
President
302-477-0180
Fax: 270-574-0180
www.dynamicsys.com

Bruce Willmore

unread,
Nov 9, 2008, 9:46:44 PM11/9/08
to jB...@googlegroups.com
The dot is how the JED editor represents most non-printable characters. The
control+] is ASCII 253. I'm assuming that you don't know very much about
jBASE. What is it that you're trying to do? You can probably get some pretty
good advice in here.


----- Original Message -----
From: "Ranjith" <ranjit...@gmail.com>
To: "jBASE" <jB...@googlegroups.com>
Sent: Sunday, November 09, 2008 6:57 PM

Ranjith

unread,
Nov 10, 2008, 1:16:54 AM11/10/08
to jBASE
I figured out to be hexadecimal value of "FD"

Besso...@gmail.com

unread,
Nov 10, 2008, 12:23:38 AM11/10/08
to jBASE
Hi,
You can use this combination (Ctrl+]) in JED editor to place @VM
(value mark), also you can place @SM (subvalue mark) by pressing Ctrl
+^.

pat

unread,
Nov 10, 2008, 5:17:27 PM11/10/08
to jBASE
SubValue mark x'FC' ( Dec 252 ) is <ctrl> +\ ( backslash )

<ctrl> + ^ is a Attribute mark ( Field Mark ) x'FE' ( Dec 254 ), but
you would enter an Attribute Mark as a <carriage return > ( End of
line ) in the editor

Or you can be really perverse and enter the 'hex' mode of the editor
and enter the hexadecimal equivalents 'FC', 'FD', 'FE' etc

Pat.

Ranjith

unread,
Nov 10, 2008, 9:54:32 PM11/10/08
to jBASE
Thanks Guys
Reply all
Reply to author
Forward
0 new messages