Hi! Am Montag, dem 23.02.2026 um 11:27 -0500 schrieb Steve Litt via fpc- pascal: > > > ... > Program StringOps failed with following message: > > ============================ > Info: Formatpath /tmp/main.pp -> tmp/main.pp > tmp/main.pp(14,26) Error: identifier not found "ReverseString" > Fatal: Compilation aborted > ============================ > > I commented out the line that called ReverseString and it succeeded. > > Just in case it was a UTF-8 that looked like Ascii "ReverseString", I > deleted and retyped "ReverseString", and it failed the same way. > > Was this program supposed to define a function called > ReverseString()?
This function seems to be in StrUtils, not SysUtils, but that unit is not in the library. I couldn't get it to work either. Bye Hansi _______________________________________________ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
