Adrian Williams wrote:
> Jacqueline,
> Sorry to be a bore. Found that...
>
> set the caseSensitive to true
> deals with CAPS/lower case

Right. Or you can check out the charToNum function, which allows you to specify a range of ascii values.

> call "aFunction" of card "The Other Card"
> deals with calling the function.

You don't need this, all you need to do is put the function somewhere in the message path. If all your fields are on the same card, put the function in the card script. If they are all on different cards, but the function in the stack script. You don't need to "call" it, the function will be found automatically. "Call" is for a different purpose.

There is a very good tutorial about the message hierarchy in the Scripting Conference tutorials we presented a while back:

<http://downloads.runrev.com/section/scriptingconferences.php>

You might want to go through all of those in order, actually, if you have time. Each one builds on the previous one. If you don't have time, then just look at the ones you want to learn about. I do think that a solid understanding of the message hierarchy is crucial to Rev development though. You won't get far without it.


--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.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