in reply to Re: Matching quoted variables. Cant make it work..
in thread Matching quoted variables. Cant make it work..
You should never assign a variable like so:
Well, not necessarily "never". In general for 99.99999% of the cases you don't want the extra quotes; however there's times when you may want to explicitly "stringify" something (say an object with an overloaded q// method). They're few and far between, but not never ever.</pedant>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Matching quoted variables. Cant make it work..
by roboticus (Chancellor) on Mar 17, 2006 at 00:58 UTC | |
by Fletch (Bishop) on Mar 17, 2006 at 01:13 UTC |