You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String manipulation could get crazy, but all that I find necessary would be conversion of a string value to a number for additional arithmetic and evaluations.
Is it containing words followed by the number? Perhaps I can modify CoRE's casting function to "extract" all digits from the string and convert them to a number?
The text was updated successfully, but these errors were encountered:
Casting is automatic when you try to do math. All parameters are cast to the the selected type (which is the reason I ask of the variable type in the Set Variable). Have you tried that?
Oh, you mean, pick all the digits in a string and parse a number out of it. Got it.
String manipulation could get crazy, but all that I find necessary would be conversion of a string value to a number for additional arithmetic and evaluations.
https://community.smartthings.com/t/smart-weather-station-tile-app/2710/129?u=cal7
The text was updated successfully, but these errors were encountered: