Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] About URL limit

From: rondon::andrade::uol::com::br at: 25-May-2001 7:28

Hi Everybody!! Is there any limit of URL ? Because, I have an url with 199 chars of length, when it's in a string, it holds the 199 chars. When I change it to-url, it's included an 0D0A (automatically) in my var, and when I try to read the URL, I received and error like this: ** Script Error: Out of range or past end ** Where: func [][ response-line: system/words/pick port/sub-port 1 net-utils/net-log response-line either none? response-line [do error] [ either none? result: select response-actions response-code: to-integer second parse response-line none [ do error] [ do get result] ] ] ** Near: either none? result: select response-actions Is there anyway to fix it ? Thanks in advance. Rondon