> Thanks Giampaolo! Does this mean that "whatever character you like" > cannot show up anywhere else in the string (except the very end)?
Right. 'q' is meant exactly to use, in example, " and ' characters in strings with no escaping mechanism. There are few exceptions to this trick (i.e.: you end a "q[" with "]", not "["), but more or less you're right. > Thanks! You welcome. Giampaolo > > Joe >