did you really get that? "+" is a special char for space in a query.
probe decode-cgi "arg=3DHello+world"=20 =3D=3D [arg: "Hello world"] On 4/25/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >=20 > Hi, Rebolers! >=20 > How to get the string variable, that begins with "+" from cgi > input? >=20 > f.ex. > cgi query =3D> ?phoneNo=3D+3711234567 >=20 > frmdata: construct/with decode-cgi cgistr context [ > phoneNo: date: month: none > ] > probe frmdata >=20 > phoneNo: " 3711234567" >=20 > brgds > Janeks >=20 > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >=20 >=20 --=20 -Volker "Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem." David Wheeler -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
