Forum Discussion
YMinaev
Staff
15 years agoHi Anders,
This issue is solved in TC 8.
For TC 7, you need to convert the returned value to float (VarToFloat) or to string (VarToStr). For example:
See the aqDriveInfo.SerialNumber help topic.
This issue is solved in TC 8.
For TC 7, you need to convert the returned value to float (VarToFloat) or to string (VarToStr). For example:
drv := aqConvert.VarToFloat(aqFileSystem.Drives(0).SerialNumber)
See the aqDriveInfo.SerialNumber help topic.