This link has a comparison of VBA features not found in VBScript, and is also
the complete reference for the VBScript language:
http://msdn.microsoft.com/library/de...onfeatures.asp
If you want to do file I/O, use the TextStreamObject in VBScript.
--
Eric Legault - B.A, MCP, MCSD, Outlook MVP
Try Picture Attachments Wizard for Outlook!
http://tinyurl.com/9bby8
Job:
http://www.imaginets.com
Blog:
http://blogs.officezealot.com/legault/
"FredrikB" wrote:
> Hi,
>
> Where can i get information about what limitations VBScript puts on the code
> compared to VBA?
> I wan't to use the Declare Function-statement and
> also be able to open/write/close to text files from a custom form (a
> MailItem propbably)?
>
> Can this be done in VBScript?
>
> --
> /FredrikB