You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jBASE
I figured out to be hexadecimal value of "FD"
Besso...@gmail.com
unread,
Nov 10, 2008, 12:23:38 AM11/10/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message