↧
From: | Doug Hennig |
To: | Rick Strahl |
I don't see a version number in the PRG, but the comment is *:Updated: 9/15/2012. I downloaded the latest one from GitHub and see that it's fixed. Thanks.
Doug
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