require(\'fortunes\') fortune(\'106\') Personally I have never regretted trying not to underestimate my own future stupidity. -- Greg Snow (explaining why eval(pa
Actually the list probably looks a bit different. The '$' convention is somewhat misleading. Try this:
dat[["orders"]][[ or_ID ]][["price"]]
The '$' does not evaluate its arguments, but "[[" does, so or_ID will get turned into "5810584".
or_ID