I currently need a variable that is of no type. That is, a variable of
type variant. Is there anyone who knows how to declare a variable of
this type. At the moment, I've tried several variations of the form
COMVariant var;
;
var = new COMVariant(COMVariantInOut::In_out, COMVariantType::VT_DATE);
.
I've put in hundreds of permutations of each parameter, including
VT_VARIANT for the 2nd one, but nothing seems to work. I've also tried
to use X++ 's built in types like void or AnyType, but neither of
these work. Is there anyone who has a solution. Thanks
Brandon
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

