#Strings manipulation

9 messages · Page 1 of 1 (latest)

prime grail
#

If you need one specific character use strfind

lime niche
#

This is intended behavior and it has always worked like this. If you need to print one character use %c.

late path
lime niche
#

Yes, using that loop from your first post. But trying to print one character requires the use of %c, because otherwise characters will be printed until a NUL character (aka the end of the string) is encountered

late path
hybrid ingot
late path
hybrid ingot
azure quartz
#

what is %c?