That did it. Thanks! I actually though of trying that, but the example in the documentation didn't specify that. I guess I should have known since it's a function.
Thanks again, Chris Sheffield Read Naturally --- Sarah <[EMAIL PROTECTED]> wrote: > Chris, > > I think your problem is that revdb_movenext is a > function and when you > call a function from within a script, you have to > tell it what to do > with the result, you can't just have it all on it's > own in a line with > no other action. > > I have used something like this: > put revdb_movenext(cursorID) into moveOK > if moveOK <> true then beep -- error > > You can also use "get" which puts the result into > "it", which can be > checked or not, depending on your needs. > get revdb_movenext(cursorID) > > Cheers, > Sarah > [EMAIL PROTECTED] > http://www.troz.net/Rev/ > > > __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
