Additions to EDS (ATTN Rob)
Rob,
I've added the following because they serve my needs right now. If they are
already implemented, please let me know! Thanks...
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
|
Not Categorized, Please Help
|
|