Hi,

Great! Thanks a lot!

All the Best
Dave

On 5 Jan 2007, at 13:44, Mark Schonewille wrote:

Hi Dave,

You can use any character with ASCII code 1 to 255 as an item delimiter. A list of all characters:

repeat with x = 1 to 255
  put x && numtochar(x) & cr after myList
end repeat
put myList

You will easily see which characters are printable. Note that 9 is tab, 10 linefeed, 13 return and 32 space, printable but not necessarily visible.

In my user space on Rev Online ("Mark"), I have a stack that shows an ASCII table and it isn't the only one available.

Best,

Mark

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Get your store on-line within minutes with Salery Web Store software. Download at http://www.salery.biz

Op 5-jan-2007, om 14:34 heeft Dave het volgende geschreven:

Hi All,

What are the allowable Item Delimiters? How can I have a list that uses all printable characters? is there any way of setting a Delimiter as a non-printable character?

All the Best
Dave

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to