Hi,

Does anyone know of a function that will extract name of the Control, Group, Card and Stack from a long name string?

e.g. I have a string of the form:

control "A" of group "B" of card "C" of stack "D"

And I would like to have:

local myControlName  = A
local myGroupName = B
local myCardName = C
local myStackName = D

Any tips of how to write some code to do this would be greatly appreciated if there is not a standard function available.

I haven't used the string function in RunRev much and I'm having difficulty in working out the best way to do this.

Thanks a lot
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

Reply via email to