Posted 12 May 2013 - 04:03 PM
I'm working on a permissions system and you know nodes are like:
<1>.<2>.<3>.<4> …
but also
<1>.*
and now i want to look for each part (which i've spliten) if the user has the .* permissions and at the end the complete node…
2nd q:
How can i convert a String to an object:
Thank u guys
<1>.<2>.<3>.<4> …
but also
<1>.*
and now i want to look for each part (which i've spliten) if the user has the .* permissions and at the end the complete node…
2nd q:
How can i convert a String to an object:
-- args[1] is e.g. "Sam"
os.loadAPI(args[1]) -- load Sam for password and permissions
-- now i need to know the argument but ...
Thank u guys