Storage.Check
Method | |
---|---|
Module | Storage |
Library | Core |
Action | Tests the existence of a user defined persistent storage table. |
Parameters | |
Return values | Name (string): The table's name if the storage table exists in persistent storage, else nothing. |
Example | @storageName = SELECT "LoggedInAudit" AS Name; @found = Storage.Check(Name:@storageName); IF (@found) @currentEntries = Storage.Get(Name:@storageName); ENDIF; |
Platforms |
|
Notes | This method can be used with the SCALE |