Size of string

R

Roy Goldhammer

Hello there

In some cases i stuck with strings that is bigger then the string object.

1. How many characters can i place on single String object?

2. In some cases i can't use string functions like: &, mid , instr ect....

What are the limits of string object?
 
M

Marshall Barton

Roy said:
Hello there

In some cases i stuck with strings that is bigger then the string object.

1. How many characters can i place on single String object?

2. In some cases i can't use string functions like: &, mid , instr ect....

What are the limits of string object?

It's not clear what you mean by "string object".

Some of these are version dependent, but in AXP:

A string type variable can be up to 2GB.

A textbox bound to a Memo type field will allow a
user to enter 64K characters, but you can assign
up to 2GB using VBA to a text box.

A Text type field can hold up to 255 characters.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top