Start 1: defineArray($TestArray,5) 2: $MyArraySize = GetArraySize($TestArray) > Error on line 2: Variable is an array: $TestArray Done (00:00:00.0340034)
Just a thought, doing some coding at work in spare time (shhh don't tell). could this be that I am on a windows 7 machine ( I know unsupported) not a windows 10?
Code:
get the following error:
Start
1: defineArray($TestArray,5)
2: $MyArraySize = GetArraySize($TestArray)
> Error on line 2: Variable is an array: $TestArray
Done (00:00:00.0340034)
RichardZ
doing some coding at work in spare time (shhh don't tell).
could this be that I am on a windows 7 machine ( I know unsupported) not a windows 10?
Solution:
Code:
Thank you, I was hoping it was just something I was not seeing.
That fixed the problem.
Thank you again!
RichardZ