MultiRecord_Soil_Yield.qry
Download
More scripts: Computed Field
Syntax Highlighing:
comments, key words, predefined symbols, class members & methods, functions & classes
Value = 0 num = SetNum(MUYLD[*]); for i = 1 to num begin if (MUYLD[i].cropname contains "CORN") { Value = MUYLD[i].nirryld; break; } end return Value