Felipe Monteiro de Carvalho schrieb: > On Mon, Dec 1, 2008 at 10:13 AM, Florian Klaempfl > <[EMAIL PROTECTED]> wrote: >> No, it will be RTLString which type depends on the OS. > > Ok, so code would be something like this: > > var > OSString: RTLString; > MyString: UTF8String; > begin > OSString := SomeRTLRoutine; > MyString := OSString; > > ?
Why would you do this and not MyString := SomeRTLRoutine; ? _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel