Test if data table is locked
I know that I can lock and unlock a data table through the Lock Data Table() command, but how do I test if a data table is locked? A table locked through Lock Data Table() returns Empty() when using the Get Edit Lock() function. //:*/dt<<Lock Data Table(1);
/*:Scriptable[]
//:*/
dt << Get Edit Lock();
/*:Empty()