↧
From: | Rick Strahl |
To: | Doug Hennig |
This is fixed already.
What product and version is your wwDotnetBridge version from?
+++ Rick ---
I found a bug in wwDotNetBridge's CreateArray method: this statement:
lcType = VARTYPE(lvArrayInstanceOrElementString)
should be:
lcType = VARTYPE(lvArrayInstanceOrElementTypeString)
Doug