Re: EUSQL get count of select if command
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Nov 04, 2004
- 477 views
sixs wrote: > > Thanks for your reply. I'm using the value and this code to get the value > v = thiscount > v = value(thiscount) > v = v[1] > I thought there might be an eusql command to get the value. Yes, that's what the VAL keyword is for. As Elliot already pointed out, in the above example, you should be setting v = v[2]. > Where is parse_main() in EuSQL? In my copy it's on line 3733. The easiest way (assuming you don't use an editor that allows you to jump to routines) is to do a search for "function parse_main(". Matt Lewis