PowerTip: Create a Number Array

PowerTip: Create a Number Array

Rate This
  • Comments 1

Summary: Learn how to create a 16-bit integer array.

Hey, Scripting Guy! Question How can I specify the number 1 as a 16-bit integer array?

                      Hey, Scripting Guy! Answer Cast the number as an integer, and  then specify the array.

                                                $a=[int16[]][int16]1

Leave a Comment
  • Please add 7 and 2 and type the answer here:
  • Post
  • Why do you need the second cast?

    $a=[int16[]]1

    seems to work just fine...

Page 1 of 1 (1 items)