Hi,
How can I create a large string datatype that I use for concantenation of over 10,000 characters.
Is this correct:
dim Largstring as varchr(10000)
What I am really getting into is to create a large variable in which I assign a huge amount of data to it ensuring that It does not truncate any values.
Is this doable.
thanks
Al
How can I create a large string datatype that I use for concantenation of over 10,000 characters.
Is this correct:
dim Largstring as varchr(10000)
What I am really getting into is to create a large variable in which I assign a huge amount of data to it ensuring that It does not truncate any values.
Is this doable.
thanks
Al