URL String

  • Thread starter Thread starter Q
  • Start date Start date
Q

Q

does anyone know, if its possible, how to extend an URL
string past 1,034 characters. right now the limit i have
is 1,034 characters if anyone knows a way i can exceed
that number without sending it as an attachment, it would
be greatly appreciated, thanks in advance.

~q
 
You could put part in a string called x
x="dddkjkjllkjljlkj;lksjdalkdjfeljeeklje"
url="jkjljlkjlkjklj" & x
or in the middle
url="ddkjlkjljlj" & x & "kjlkjj;jj;ljj'"
 
Back
Top