In my VB code i have a variable of type string. I concat it to a lot of text and i am worried that it might be larger than 255 characters. Is their a way for me to set this string varaiable to have more than 255 characters?
Should i declare it as type memo cause that doesnt seem to work
Any help would be appreciated
Should i declare it as type memo cause that doesnt seem to work
Any help would be appreciated