-
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 (580), Val (588), BinStr (457), HexStr (509)
Listing: refex/ex112.pp