Hello,
currently I'm working mostly in VO dialect, and I don't think this will change the next years.
But when working with legacy code, it would be very welcome to use strong typed arrays. Is there any possibility to make them available, even as different datatype, in the VO dialect?
Wolfgang
strong typed arrays in VO dialect
strong typed arrays in VO dialect
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
strong typed arrays in VO dialect
Wolfgang,
What exactly do you mean with "Strong typed arrays".
I think we already support them.
For example
local aString as STRING[]
Robert
What exactly do you mean with "Strong typed arrays".
I think we already support them.
For example
local aString as STRING[]
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
strong typed arrays in VO dialect
Hi Robert,
no, I mean this form:
In the Core dialect it compiles, in the VO dialect the compiler says
Wolfgang
no, I mean this form:
Code: Select all
local aData as array of int
Code: Select all
error XS9007: Feature 'ARRAY OF <type>' is not available in the selected dialect VO
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
strong typed arrays in VO dialect
Wolfgang,
Mmmm, strange. Does it work in the Vulcan dialect ?
Robert
Mmmm, strange. Does it work in the Vulcan dialect ?
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
strong typed arrays in VO dialect
Hi Robert,
similar message:
Wolfgang
similar message:
Code: Select all
error XS9007: Feature 'ARRAY OF <type>' is not available in the selected dialect Vulcan
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
strong typed arrays in VO dialect
Wolfgang
I guess you are using the Vulcan runtime.
In that case the error message us misleading.
This needs the X# runtime.
If you are using the x# runtime then this is a bug.
Robert
I guess you are using the Vulcan runtime.
In that case the error message us misleading.
This needs the X# runtime.
If you are using the x# runtime then this is a bug.
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
strong typed arrays in VO dialect
Hi Robert,
stupid me!
Of course, your guessing was right.
I'm very sorry!
Wolfgang
stupid me!
Of course, your guessing was right.
I'm very sorry!
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it