At 4:35 AM -0500 1/16/2008, [EMAIL PROTECTED] wrote:
Here's one for your Scripter's Scrapbook:

How to blank the label of an option btn without resorting to SPACE...

    set the label of btn "MyOptionBtn" to null

So far as I am aware, this is an undocumented feature.

No, it's documented. "null" is a synonym for the null character, ASCII zero.

I'm not sure I'd set a property to null. It may work fine now, but it strikes me as... dangerous. (cue ominous background music) Nulls are used to terminate strings in C, and it's possible to have unexpected results if some Rev routine handles a string containing a null without escaping it first.

What's the objection to setting it to space?
--
Jeanne A. E. DeVoto, Transcript Language Curmudgeon
[EMAIL PROTECTED]
http://www.jaedworks.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