Default string length ?

FFMan

Member
Licensed User
Longtime User
If i just dim strTemp as string what is the maximum length ?

Is there a way to increase the length or even specify it ?

thanks
 

FFMan

Member
Licensed User
Longtime User
is there any length restriction doing

SearchWord = Response.GetString("UTF8") 'Get the whole page

which is code from the http scrape example.

at a guess i'm dropping the end of the data string which is 1800 bytes or more for a full page

in the field so any help appreciated with limited window to fix & test
 
Upvote 0
Top