[Oberon] SystemV - Integer2String, String2Integer

Tomas Kral thomas.kral at email.cz
Wed Jan 16 11:46:11 CET 2019


Hi,

I am thinking of functions `DrawText()', `DrawInt()', etc added to
`Display1.Mod'.

I may therefore need the above conversions. What is usual naming and
where these are typically placed?

TYPE String = ARRAY OF CHAR;

IntToString(in: INTEGER; VAR out: String);
StringToInt(in: String; VAR out: INTEGER);

Either in `In.Mod', `Out.Mod', `String.Mod' (non-existent on my system
yet)?

-- 
Tomas Kral <thomas.kral at email.cz>


More information about the Oberon mailing list