-
Declaration:
- Function OctStr (Value : longint; cnt : byte) : String; Function OctStr
(Value : int64; cnt : byte) : String;
-
Description:
- OctStr returns a string with the octal representation of Value. The string has exactly cnt
charaters.
-
Errors:
- None.
-
See also:
- Str (577), Val (585), BinStr (454), HexStr (506)
Listing: refex/ex112.pp