NET Multidimensional array syntax problem
Posted: Mon Sep 10, 2018 5:58 am
Hi All,
LOCAL aMulti AS STRING[,]
aMulti := STRING[,]{2,2}{ <STRING>{ "X#", "xsharp.eu" }, <STRING>{ "C#", "microsoft.com" } }
It compiles correctly and runs without errors but aMulti is not filled with the data (NULL values)
Syntax problem?
(X#Core dialect, tested in XIDE)
See picture for details.
Guy
LOCAL aMulti AS STRING[,]
aMulti := STRING[,]{2,2}{ <STRING>{ "X#", "xsharp.eu" }, <STRING>{ "C#", "microsoft.com" } }
It compiles correctly and runs without errors but aMulti is not filled with the data (NULL values)
Syntax problem?
(X#Core dialect, tested in XIDE)
See picture for details.
Guy