Thanks for the quick replies.
I've got it now.
I've got it now.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
LET a$="My"
LET b$="favourite number: "
LET c= 7
LET c$=a$ + " " + b$ + " : " + c
PRINT c$,0,20
SHOWSCREEN
_______________________________________
*** Configuration: WIN32 ***
precompiling:
GPC - GLBasic Precompiler V.10.074 SN:6756c99f - 2D, WIN32
"tut3.gbas"(21) warning : probably unassigned variable : a$
"tut3.gbas"(21) warning : probably unassigned variable : b$
"tut3.gbas"(21) warning : probably unassigned variable : c
"tut3.gbas"(23) warning : probably unassigned variable : c$
"tut3.gbas"(21) error : variable is not explicitly defined : a$