Beta 8: DIM... AS STRING Array

This forum is meant for questions and discussions about the X# language and tools
Thomas
Posts: 93
Joined: Thu Oct 25, 2018 11:39 am

Beta 8: DIM... AS STRING Array

Post by Thomas »

Hi Chris,
I've just made a test with the new version 2.0.0.9 and it works fine!

Thanks
Thomas
User avatar
Chris
Posts: 4905
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Beta 8: DIM... AS STRING Array

Post by Chris »

Hi Thomas,

Great to hear, just a warning though, I just saw there's still an issue with LOCAL DIM arrays, those do not get initialized to empty strings when /vo2 is enabled. I have logged it for Robert to fix it, but in the meantime please check if you are using any in your code. Class DIM arrays (single-dimenion) work fine.

Chris
Chris Pyrgas

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