On 5/5/10 8:14 PM, Juha Heinanen wrote:
Jan Janak writes:
You can fix this by quoting the name: route["+358"] or route["myself"]
thanks, juha
to add a bit more about, just for reference, the name is considered always a string:
route[123] is the same as route["123"]
similar route[abc] and route["abc"]
Daniel