On Wednesday, March 3, 2004, at 06:50 PM, hershrev wrote:


If you want to write a function that always returns you the latest:

function latestFields
  local myVar
  repeat with i=1 to (the number of flds)
    put fld i after myVar
  end repeat
  return myVar
What result will "return myVar" give, the fields names or contents of the fields ?
end latestFields

Contents


Dar Scott

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to