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
At the moment the bottleneck comes from block definition, which only takes as input an int for these methods.
What to do :
Create a ts file for these two methods, define the blocks in this file, convert the number typed parameter into a string, and then call the C++ methods showString and showStringAtPos.
The text was updated successfully, but these errors were encountered:
Title.
At the moment the bottleneck comes from block definition, which only takes as input an int for these methods.
What to do :
Create a ts file for these two methods, define the blocks in this file, convert the
number
typed parameter into a string, and then call the C++ methodsshowString
andshowStringAtPos
.The text was updated successfully, but these errors were encountered: