By using the @ operator, the record can be set into a loop with each iteration calling the next record. For example: type SEARCHINFO is record string sValue1 string sValue2 string sValue3 testcase one () appstate none integer iCount = 1 SEARCHINFO Data list of SEARCHINFO lsData = {...} {"One", "Two", "Three"} for each Data in lsData while iCount For more details on the @ operator please consult the SilkTest help index under "@ operator". Old KB# 21692
↧