in reply to Re^5: more bracket chaos
in thread more bracket chaos
would result in the string "<qd>username</qd>" getting added to the session data under the tag username. this wouldnt happen with [ses<qd , <ses<qd or <ses(qd which would all work fine... <ses[qd would also break however [ses[qd and [ses(qd would work fine.(session add="username")<qd>username</qd>(/session)
this case statement does both cases before deciding which to do! if you turn the brackets around and give (case(mem, it works correctly.<case c="<mem>ref</mem>"> <1> (insertfile... </1> <2> (deletefile... </2> </case>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: more bracket chaos
by ikegami (Patriarch) on Aug 30, 2007 at 18:04 UTC | |
by simonodell (Acolyte) on Aug 30, 2007 at 18:15 UTC | |
by ikegami (Patriarch) on Aug 30, 2007 at 18:33 UTC | |
by simonodell (Acolyte) on Aug 30, 2007 at 19:07 UTC |