Mark. in the latest build you have completely removed ReadCString and WriteCString
What do you recommend to replace these to keep compatibility?
Here’s a really good thought for you for further removals:
Keep the call command and just redirect internally to the correct replacement.
On compiling you could possibly flag the offending commands as being depreciated with info to the new replacement command. Then at a future build you can completely remove the old reference – possible then changing the compiler message to “no longer used” with the correct direction to the replacement command? 