I tried to write my first app in Xojo but I can’t. Please help what I mistake.
My code:
Dim TextField1 As String
Dim val As Integer
Dim sum As Integer
val = 5
sum = CDbl(TextField1) + val
MsgBox(str(sum))
I run it, write a number to the text field.
The result is “5” and in debug mode the “TextField1” is empty (does not contain any value)
Yes, I am very new.
I’m starting to develope for my company a not too difficult app.
I use osx, my colleagues use windows.
I don’t want to use virtualization for developing and the Xojo is the most likeable software for this project (however I would like to use my app on osx and tablets later).
I hope Xojo is the best choice