Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

query on VB6 STRING maximum Size??

Status
Not open for further replies.

yviswanathbe

Full Member level 4
Joined
Jun 14, 2007
Messages
221
Helped
10
Reputation
20
Reaction score
6
Trophy points
1,298
Activity points
3,066
Hi,

what is the maximum size a string variable can hold in VB6?

in my project i am continuously sending 9bytes of data from micro controller every 1second to PC using RS232 interface.PC end i am collecting the data using VB6.0 MSCOMM ONCOMM Event.

To check whether all the bytes have been received, I am appending this data in a string variable. Everything works fine. But after 15 hours of TEST, the software hanged and i am forced to close the application.

Does the problem with the string variable? I mean if the string size is exceeded will the software hangs? What is maximum string size ?

How do i know during which condition the software hangs?

could some body help me in this regard?

Thanks and Regards,
Viswanath
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top