SFML community forums
Help => General => Topic started by: dkaip on March 11, 2010, 10:51:47 am
-
Hello.
I am looking for new_text=text.substr(from, number of chars ...)
Is there a such function?
-
In SFML 1 there are no string operations. You should use std::string for that. I am not sure if SFML 2 will have it, though.
-
SFML2 hasn't got such a function, yet. However, you can write a little workaround if you need it.