Learning from right here #1
Posted: Thu Nov 14, 2024 9:15 pm
.. not from across the way.
I'm finding a lot more functions that aren't documented anywhere, but yet are really handy.
I didn't know you could do this until a moment ago:
returns:
card id 1002 of stack "Untitled 1"
(does it all in 'one hit' - which might(will) make creating a revised 'project browser' a lot easier (another one of my future to-do jobs)
I then found you can do:
which is really going to help with the above.
Along with:
9.2.2 being the maximum version of "classic macOS" I want to check for, and 11.3.1 in my example being whatever systemversion MacOS is currently returning. Someone has obviously thought about how to reliably deal with the macOS systemversion differencing, but not implemented /documented it.
I actually found these while looking for something else, but thought it might be interesting.
Sorry if this is old news to anyone, but I had no idea these things existed.
I'm finding a lot more functions that aren't documented anywhere, but yet are really handy.
I didn't know you could do this until a moment ago:
Code: Select all
put revRuggedId(cd btn "button")
card id 1002 of stack "Untitled 1"
(does it all in 'one hit' - which might(will) make creating a revised 'project browser' a lot easier (another one of my future to-do jobs)
I then found you can do:
Code: Select all
put revLoadedStacks("all")
Along with:
Code: Select all
put macVersionLessThan("9.2.2", "11.3.1")
I actually found these while looking for something else, but thought it might be interesting.
Sorry if this is old news to anyone, but I had no idea these things existed.