Ken Ray wrote:
what is a hard space?

A "hard space" is ASCII 202 (which on a Mac you can get by typing
Option-Space), which looks like a space, but acts like a non-space character
- that is, you can't break the words connected with hard spaces because it
"looks" (to the OS) like a single word.

FWIW, a "hard space" is sometimes called a "non-breaking space" (in reference to word breaks), and is represented in HTML and Rev's htmlText with the character entity " ". If you're working with htmlText the character entity can be easier to deal with than the ASCII value.

--
 Richard Gaskin
 Managing Editor, revJournal
 _______________________________________________________
 Rev tips, tutorials and more: http://www.revJournal.com
_______________________________________________
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