October 23rd, 2012

PowerTip: Create a Number Array

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.