Showing posts with label Autoit Data Types. Show all posts
Showing posts with label Autoit Data Types. Show all posts

Monday, April 4, 2011

!Important Note! Variants—Arrays with Differing Data Types

An array using different data types is known as a variant and can contain anything from a number to a Boolean value. Variants are not restricted in AutoIt; however, they are not recommended. Using differing data types in an array—especially arrays within an array—can dramatically decrease the execution speed of your scripts.