Additions to EDS (ATTN Rob)

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

Rob,

I've added the following because they serve my needs right now. If they are
already implemented, please let me know! Thanks... smile

global function list_db_names() -- quick list of open databases
    return db_names
end function

global function db_current() -- return name of current database
    return db_names[ find( current_db , db_file_nums ) ]
end function

Need your help wit' this one:

global function db_current_table() -- return name of current table
    -- ???
end function

If you could provide this function for me, I'd appreciate it.

Thanks!
ck

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

Search



Quick Links

User menu

Not signed in.

Misc Menu