I'd like to know what the underlying value type is that is used when you define a numeric parameter in a protocol.
What is the maximum value and/or maximum precision a double parameter can have, being from polled data or when filled in from a QAction?
João Severino [SLC] [DevOps Catalyst] Selected answer as best 3rd February 2021
the underlying data type is also a double wrapped in a VARIANT for COM transportability.
details on that object can be found here: https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/double-data-type
João Severino [SLC] [DevOps Catalyst] Selected answer as best 3rd February 2021