Jay M TrianguloY Pierre Hébert
Jay M TrianguloY Pierre Hébert
Is it possible to send 2 variables when running a script ?
I want to run the SMS script passing tel num and message
]]>
< ![CDATA[
I thougt it was fine when passing that “1234567890”,” test”
Using that in the script
Var=LL.getEvent().getData();
Params=[Var];
But only Params[0] is filled.
Please help
]]>
< ![CDATA[
Thank you to TrianguloY
Var=LL.getEvent().getData();
Params=Var.split(“,”);
Is petfect
]]>
< ![CDATA[
Your probably better off not tagging me for script questions unless its a problem with my script, I’m still learning so there’s loads I don’t understand yet, were as TrianguloY and Pierre and Lukas etc are all experts.
]]>
< ![CDATA[
Jay M you’re very good too.
But yes TrianguloY is a Master.
]]>
< ![CDATA[
Thanks I gotta admit it does amaze me when I write something and it actually works.Yeah he is it was actually the case change script he wrote for me that got me interested in trying to write my own scripts.
]]>