Menu

Show posts

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

Messages - nadthevlad

#1
Thanks for the quick replies. 
I've got it now. 
#2
I am working through the help files and keep having troubles with building the projects.
I am typing in the tutorials word for  word but keep getting the same error where the variable is not explicitly defined


Code (glbasic) Select

LET a$="My"
LET b$="favourite number: "
LET c= 7

LET c$=a$ + " " + b$ + " : " + c

PRINT c$,0,20

SHOWSCREEN




Output
Code (glbasic) Select
_______________________________________
*** 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$


Can't figure out where I am going wrong.  Any help would be appreciated.

Running windows 7 64 bit.