C
Chris
I am doing some basic tutorials on modules and I have
been trying to enter simple commands like
? "Hello World"
That works, but when I try to put it in a variable and type
s="Hello" and hit ENTER. I get a compile error that says
Can't find project or library.
After I hit ENTER I want to type another command like
? s & "World"
Any Suggestions Or Libraries that need to be included.
Thanks,
Chris
been trying to enter simple commands like
? "Hello World"
That works, but when I try to put it in a variable and type
s="Hello" and hit ENTER. I get a compile error that says
Can't find project or library.
After I hit ENTER I want to type another command like
? s & "World"
Any Suggestions Or Libraries that need to be included.
Thanks,
Chris