Prof Abimbola Olowofoyeku wrote:
Does anyone have any code for converting an octal string to a numeric value?
Since `8#42' is the EP notation for octal numbers, you can do
ReadStr ('8#' + StringValue, IntegerVar);
(It doesn't work with Val instead of ReadStr for "BP compatibility"...)
Frank