PowerTip: Create a Number Array

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon