RE: EDS help

new topic     » topic index » view thread      » older message » newer message

Kent Vogt wrote:

> --select table
>     if db_select_table("all") != DB_OK then
>         puts(2, "Couldn't find table!\n")
>         abort(1)
>     end if
> 
> --start loop of rewriting data--currently not a loop
> --trying to get it to work for the first item
> 
> item=db_record_data(1)

At this point, you need to print out what item is, just to verify it's 
holding what you expect. It seems from the error that item will be a one 
element sequence, and you expect it to be at least 11 elements long.

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu