VBScript variable pass to MacroScheduler

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
mightycpa
Automation Wizard
Posts: 343
Joined: Mon Jan 12, 2004 4:07 pm
Location: Vienna, VA

VBScript variable pass to MacroScheduler

Post by mightycpa » Tue Jan 13, 2004 5:53 pm

Hi,

Is there a limit as to how much data can be passed from VB to MS? For instance, I'm working with 16 columns that add up to probably no more than 80 chars total, there is no problem. However, some of my tables contain a lot more data than that for each record.

What are my practical and theoretical upper limits?

Tx,

George
"A facility for quotation covers the absence of original thought." - Lord Peter Wimsey

User avatar
support
Automation Wizard
Posts: 1450
Joined: Sat Oct 19, 2002 4:38 pm
Location: London
Contact:

Post by support » Tue Jan 13, 2004 6:46 pm

Variables are stored as AnsiStrings which have a maximum length ~2^31 characters (up to 2GB). I expect you'll be alright ;-)
MJT Net Support
[email protected]

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts