Hello Igor,
VBScript doesn't support
This is by design. If you'd like to perform operations with decimal values, you'll have to call a host method.
Thanks!
VBScript doesn't support
System.Decimal
, but because it's a valid COM automation type, it stores it correctly and can return it to the host without data loss.This is by design. If you'd like to perform operations with decimal values, you'll have to call a host method.
Thanks!