string lenght
hi.
i just need to know how to obtain the string lenght of a normal global var. if a='abc' console.log(a.length) give me undifined as a return. someoen know how to solve it? ty
hi.
i just need to know how to obtain the string lenght of a normal global var. if a='abc' console.log(a.length) give me undifined as a return. someoen know how to solve it? ty
Do you still have an unanswered question? Please log in first to post your question.
Comments
a "var" inside a qml class is not a "var" inside the js environment
https://musescore.org/en/handbook/developers-handbook/plugins-3x
In reply to a "var" inside a qml class… by msfp
It works, thank you man.