Hey,
I am having trouble with this
record% = 5
label$ = record%
print label$
Why doesn't this print 5, but comes up with a relational error?
Any help will be appreciated.
Thanks
------------------
I am having trouble with this
record% = 5
label$ = record%
print label$
Why doesn't this print 5, but comes up with a relational error?
Any help will be appreciated.
Thanks
------------------
Comment