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
Pretty much the same issue as #5, except this time it's "Table" so ShowText(["Table"]) or ShowText(["Tablewareblablabla"]) will result in compilation error. Lowering the case of the "T" solves it though : ShowText(["table"])
Pretty much the same issue as #5, except this time it's "Table" so ShowText(["Table"]) or ShowText(["Tablewareblablabla"]) will result in compilation error. Lowering the case of the "T" solves it though : ShowText(["table"])