Report Bugs Here

Moderator: Mmiscool

User avatar
By viscomjim
#40169 When I do this...

t$ = "#mmbasiciscool"
serialprintln t$

It prints a blank

But if I do this...

t$ = "mmbasiciscool"
serialprintln t$

it prints mmbasiciscool.

Problem is, I need to be able to use the # sign in a string to send twitter stuff. Any ideas here?

EDIT...
Save this program as default and run it. After running it, go back to edit and open the default program and see what it does to the listing. Very strange.

t$ = "#mmbasiciscool"
serialprint "first one =
serialprintln t$
t$ = "mmbasiciscool"
serialprint "second one = "
serialprintln t$
end

Thanks!!!!
User avatar
By viscomjim
#40298 I fixed that line and ran the program. Same problem. It won't print the line with the # in it. Very strange.

Code: Select allt$ = "#mmbasiciscool"
serialprint "first one = "
serialprintln t$
t$ = "mmbasiciscool"
serialprint "second one = "
serialprintln t$
end
User avatar
By Mmiscool
#40311 Will be looking in to this. Have not determined what the problem is yet. Mabe some thing inn the decoding of the post request.