Know I can check "if there is no..."
for image, graphic, field etc. etc. but
can I check for a global or local variable?
Checking existence of a variable
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Checking existence of a variable
Life is just a bowl of cherries.
Hi BJB,
Please check out the documantion on the variablenames function. You probamly want something like:
Best,
Mark
Please check out the documantion on the variablenames function. You probamly want something like:
Code: Select all
if not "variable" is among the items of line x of the variableNames then
do "put something into" && variable
end if
Mark
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
Oops,
trying to learn how to use RR properly, I also checked the docs for "variablenames" myself - then I checked the other ...names as well - and ran across a bug in the docs:
according to the docs, "the localnames" shall to contain 3 lines - but only two of them are mentioned and explained.
What does the first line contain?
[edit]I just filed a bug report
trying to learn how to use RR properly, I also checked the docs for "variablenames" myself - then I checked the other ...names as well - and ran across a bug in the docs:
according to the docs, "the localnames" shall to contain 3 lines - but only two of them are mentioned and explained.
What does the first line contain?
[edit]I just filed a bug report
Kind regards,
Andreas Rozek
Andreas Rozek
Hi Andreas,
I have no idea what should be on the first line of the localnames. I'm sure it is something obvious, but I can't discover it. Sorry...
Mark
I have no idea what should be on the first line of the localnames. I'm sure it is something obvious, but I can't discover it. Sorry...
Mark
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