Skip to content

Instantly share code, notes, and snippets.

@ztirom
Last active September 30, 2016 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ztirom/1bd28a78ad14e1862895bdd233ec0ccc to your computer and use it in GitHub Desktop.
Save ztirom/1bd28a78ad14e1862895bdd233ec0ccc to your computer and use it in GitHub Desktop.
TableNameToTableId
static void TableNameToTableId(Args _args)
{
TableName tableName = "CustTable";
TableId tableId = tableName2id(tableName /* Table Name */);
info(strFmt("TableId for '%1' is %2", tableName, tableId)); // 77
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment