ListOfDevicesAsVariantStrings Function

 

This function operates the same as the ListOfDevices function, only with one notable difference. The values returned as the output of the function are returned as Variants of type String. The ListOfDevices function was errantly released returning the values strongly typed as Integers and Strings directly, whereas all other SimAuto functions returned data as Variants of type String. This function was added to also return the data in the same manner. This solved some compatibility issues with some software languages.