Is there an api (like sprinf() or so) which let's me use c style text to be converted to actual text like:
T$ = printf( "hello\r\nworld\r\nconverted\t\x22text\x22" )
I just mentioned printf but i haven't a clue if this is related or so.
And if this api is available, doesn't it need to be installed on certain Windows versions?
Afaik these kind of functions are in a ms dll which often is installed by some application but not nativly present.
msvc7.dll or whatever its name was..
?
T$ = printf( "hello\r\nworld\r\nconverted\t\x22text\x22" )
I just mentioned printf but i haven't a clue if this is related or so.
And if this api is available, doesn't it need to be installed on certain Windows versions?
Afaik these kind of functions are in a ms dll which often is installed by some application but not nativly present.
msvc7.dll or whatever its name was..
?
Comment