How can I loop over Tables which contain specific characters in their AOT name and delete the data?
问题 I want to loop over a few tables where the name (aotName) begins with 'HbcCka', finally I want to delete all data from the tables. Now I need a logic to empty the tables. How can I achieve this? UPDATED: static void tstDeleteForecastingData(Args _args) { Dictionary dictionary = new Dictionary(); int i; SysDictTable dictTable; ; for (i=1 ; i<=dictionary.tableCnt() ; i++) { if (strScan(tableid2name(dictionary.tableCnt2Id(i)), "HbcCka", 1, strLen(dictionary.tableName(i)))) { info(strfmt('%1;%2',