Hi All,
I look for a "cleaning script" it should build a list of handlers of the script and get the localisation (cd script, bg script, stack script ...) of each handler.
Is there a way to make difference between my handlers and reserved words of LC ?
I found nothing in the doc
Best fom Geneva Beach
Jean-Marc
is there a reserved words funtion ?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
is there a reserved words funtion ?
https://alternatic.ch
Re: is there a reserved words funtion ?
Jean-Marc,
Search the dictionary for "names". You'll get a list of all kinds of interesting functions such as cipherNames, colorNames, functionNames, propertyNames etc. Many of the words in these lists are reserved words.
Then again, I can do this:
Which doesn't really make sense but shows that LiveCode is quite flexible.
Best,
Mark
Search the dictionary for "names". You'll get a list of all kinds of interesting functions such as cipherNames, colorNames, functionNames, propertyNames etc. Many of the words in these lists are reserved words.
Then again, I can do this:
Code: Select all
on mouseUp
explicitVariables
end mouseUp
on explicitVariables
beep
end explicitVariables
Best,
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
Re: is there a reserved words funtion ?
Hi Mark,
And thank one more
Ok, i see for commandnames and functionnames but i found nothing about an equivalent of messagenames
Best
Jean-Marc
And thank one more
Ok, i see for commandnames and functionnames but i found nothing about an equivalent of messagenames
Best
Jean-Marc
https://alternatic.ch
Re: is there a reserved words funtion ?
If you go to the dictionary and select "Message" (under "Language"), without anything placed in the search field, you will get a list of all LC messages.
Craig Newman
Craig Newman
Re: is there a reserved words funtion ?
Hi Craig,
Best
Jean-Marc
Yes,but i can't copy it and this list exists somewhere.If you go to the dictionary and select "Message" (under "Language"), without anything placed in the search field, you will get a list of all LC messages.
Best
Jean-Marc
https://alternatic.ch