Just out of curiosity, what happens with the following:
global gSomeData # which has six lines of data
repeat for each line x in gSomeData
put x into y
split y with "|" and tab
put y["Project"] & tab & (y["hours"] +round(y["hour-fraction"],2)) & tab & y["Fund_Category"] & cr after tLog
end repeat
Wondering if Rev was having some trouble with the "repeat for each" variable being used as an array...
- Brian
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
