Summary
window1 add Opened handler:
hit:
Var tb() As String
tb.append("Line 0")
tb.append("Line 1")
tb.append("Line 2")
For i As Integer = 0 To tb.LastIndex() #5 remove () for good code 😉
print(tb)
Next
Check projet, for objo it's ok but running
crash:
[Error] Window1.Opened Line 8: RuntimeException: Only instances have methods.
Objo Studio Version
Operating System
Select the operating system(s) affected as tags for this post.
Steps To Reproduce
Expected Result
Actual Result
Screenshots, Logs, Or Sample Project