value in USUAL does not support indexed operations

This forum is meant for questions and discussions about the X# language and tools
User avatar
Chris
Posts: 4616
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

value in USUAL does not support indexed operations

Post by Chris »

Hi Dick,

With normal (as in regular, untyped ragged arrays, the ones you create with ArrayCreate() or a := {1,2,3}) arrays, it does work, because it was working in VO, too. What doesn't work, is with strongly typed arrays, since this wasn't supported in VO, either.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
Post Reply