Hi Janek just a simple example could be:
parse/all "?phoneNo=+3711234567" "+" == ["?phoneNo=" "3711234567"] there are many more ways. look at http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-thread.r?m=rmlQDWC AR [EMAIL PROTECTED] wrote: >Hi, Rebolers! > >How to get the string variable, that begins with "+" from cgi >input? > >f.ex. >cgi query => ?phoneNo=+3711234567 > >frmdata: construct/with decode-cgi cgistr context [ > phoneNo: date: month: none >] >probe frmdata > >phoneNo: " 3711234567" > >brgds >Janeks > > > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
