Strings
Posted: Wed Jan 30, 2019 11:09 am
Hi again
The line d$ = “width of screen is “ in the snippet of code below gives an error.
As does a catencation using it such as p$ = “width of screen is “ & a$
These look pretty much like the examples such as T$ = "Result is " & M$ in your help section.
Why don’t my statements work?
graphics
a$ = screen_width()
d$ = “width of screen is “
b$ = screen_height()
draw text d$ at 40,40
draw text a$ at 100,40
draw text b$ at 30,60
Also sorry to hear this app is closing down. I am enjoying it.
Ken
The line d$ = “width of screen is “ in the snippet of code below gives an error.
As does a catencation using it such as p$ = “width of screen is “ & a$
These look pretty much like the examples such as T$ = "Result is " & M$ in your help section.
Why don’t my statements work?
graphics
a$ = screen_width()
d$ = “width of screen is “
b$ = screen_height()
draw text d$ at 40,40
draw text a$ at 100,40
draw text b$ at 30,60
Also sorry to hear this app is closing down. I am enjoying it.
Ken