static void TableList(Args _args){ tableId tableId; int tablecounter; Dictionary dict = new Dictionary(); for (tablecounter=1; tablecounter<=dict.tableCnt(); tablecounter++) { tableId = dict.tableCnt2Id(tablecounter); info(dict.tableName(tableId)); }}
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.