Hi Everyone,
I’m new to the world RemObjects and was exploring some of the sample Oxygène code. I copied and pasted some sample code from the String interpolation section. And it would appear that this particular block of code gives both Water and Fire a conniption fit. It is repeatable on both platforms.
Cheers,
Gary
namespace ConsoleApplication12;
type
Program = class
public
class method Main(args: array of String): Int32;
begin
// add your own code here
writeLn('The magic happens here.');
var lValue := 5;
var MyString := $'The {{curly} gets replaced by a {lValue}'; // "The {curly} gets replaced by
5"
end;
end;
end.
An exception occurred in ConsoleApplication12, thread 758F
Type: RemObjects.Elements.System.Exception
Message:
format error
Call Stack:
000000010294FF40 _ElementsRaiseException ConsoleApplication12
000000010295BB0E _ms_s6_Formatnsna_o ConsoleApplication12
000000010294E066 ConsoleApplication12.Program.Main ConsoleApplication12 (Program.pas, line 14)
000000010294DF99 ___elements_entry_point ConsoleApplication12
00007FFF205E8621 _start libdyld.dylib