11-20-2009, 12:09 PM
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)