IonicWind Software

IWBasic => General Questions => Topic started by: JoaoAfonso on November 03, 2009, 04:32:45 PM

Title: VARIANT variable, translation VB to EB
Post by: JoaoAfonso on November 03, 2009, 04:32:45 PM
Good evening.
I am trying to translate a code from VB to EB, and I am in doubt of variable type VARIANT. Which fits in EB?
Thanks in advance
Title: Re: VARIANT variable, translation VB to EB
Post by: sapero on November 04, 2009, 12:14:54 AM
VARIANT is a huge union defined in oaild.inc. Include windowssdk.inc to keep the hard work ;D
Title: Re: VARIANT variable, translation VB to EB
Post by: JoaoAfonso on November 04, 2009, 01:56:24 AM
eh! now that I have winsdk, always forget to include him :)
Thanks