Re: "find_from" not colored in trace screen
- Posted by mattlewis (admin) Jan 30, 2010
- 1046 views
jimcbrown said...
Actually, I'm a bit confused, as I thought find_from() wasn't made a builtin until 4.0 and was a library function (written in eu code) before then...
No, it became a built-in in 3.1. In 4.0, with default parameters, it became redundant, since the regular find() now takes an optional 'from' parameter that defaults to 1.
Matt