Found this under changes to some earlier version. What does it mean?
"+ (BCC) Fixed Object to array cast not returning an array of references."
This code, curiously enough, works. Although it doesn't do anything.
"+ (BCC) Fixed Object to array cast not returning an array of references."
This code, curiously enough, works. Although it doesn't do anything.
SuperStrict Framework BRL.Basic Type TTest Field value:Int End Type Local t1:Object = New TTest Local t2:Object = t1 Local tarray:Object[] = Object[](t1) 'Hmm? DebugStop