I have tried today to save a file using TextIo. Just 3 lines:
Radio Station;MagicFM
Test;This is jost for testing purpose.
TV;TV_Brand
All good but then i read it.
I am not able to align the the things.
Maybe something like:
Radio Station - MagicFM
Test - This is jost for testing purpose.
TV - TV_Brand
This is what i have in code:
info(strFmt("%1 - %2", strLFix( conPeek(con, 1), 20),conpeek(con, 2)));
I have played a bit with strRFix and strLFix but with no luck .. is there an easy way to accomplish this?