And if not, when can you have it ready for me please ?
Ternary
Moderator: Klaus
Re: Ternary
Lazy typer! 
Re: Ternary
Hi,
I think that would be something like this
Kind regards,
Mark
I think that would be something like this
Code: Select all
function iif theArg1,theValue1,theValue2
if value(theArg1) then
return theValue1
else return theValue2
end iifMark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
