MultiRecord_style.qry
Download
More scripts: Style By Script
Syntax Highlighing:
comments, key words, predefined symbols, class members & methods, functions & classes
num = SetNum(layer[*]); for i = 1 to num begin if (layer[i].TEXTURE contains "WB") { FillInside = 1; FillColor$ = "red"; return; } end