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
Hello, the function SetSliderOptionValueST() works very well.
But in the documentation the "format string" parameter is called "formatString", while this is not the actual name of the parameter in the code.
If you use unnamed parameters, everything works fine, but if you try something like:
Hello, the function SetSliderOptionValueST() works very well.
But in the documentation the "format string" parameter is called "formatString", while this is not the actual name of the parameter in the code.
If you use unnamed parameters, everything works fine, but if you try something like:
SetSliderOptionValueST(15.0, formatString="{0} value")
the code does not compile.
Minor problem, and probably only a documentation problem.
The text was updated successfully, but these errors were encountered: