Iterpreting string input as multi parameters
Posted: Fri May 27, 2016 9:36 am
Hi,
probably the solution is easy, but I can't find it.
I have this:
How can I use something similar to this?
Does it exist some way in livecode to iterpreting string items like function parameters?
probably the solution is easy, but I can't find it.
I have this:
Code: Select all
on myfunction tday,tMonth,tYear
end myfunction
Code: Select all
put "30,12,2015" into temp
put myFunction(temp)