Strings in SPIN
shanghai_fool
Posts: 149
Is there any tutorial on string handling in SPIN other than just printing zero terminated strings?
How can you build a string from individual characters?
I see a parameter used "MAXSTRL" but I can't find it referenced anywhere.
Are·STRCOMP and STRSIZE the only instructions dealing with this?
·
How can you build a string from individual characters?
I see a parameter used "MAXSTRL" but I can't find it referenced anywhere.
Are·STRCOMP and STRSIZE the only instructions dealing with this?
·
Comments
try this:
http://propeller.wikispaces.com/Strings
Regards
Gianni
I sort of figured that out with trial and ERRORRRRR!
I'm trying to parse a GPS string when some fields are blank. Its driving me nuts. But I'll get there.