Hi,
Will it possible to assign a value to static array by Array function. I tried but it does not work
Will it possible to assign a value to static array by Array function. I tried but it does not work
Code:
dim a(3)
a=Array('Value1", 2,3)