At 3:09 PM -0800 1/17/2002, Lee Perham wrote: >However, in regard to revPrintField, I think I just don't >understand how it works. The Docs show what doesn't work,( i.e. a >direct field reference) but they don't show what does work. Despite >the definition in the Docs, I don't understand what a >fieldDescriptor is. If you wanted to print "My Field" using >revPrintField, how would you do it? Could you give me an example?
Take a look at the examples (just below the syntax line) in the documentation. A field reference is just one of the legal ways to describe a field: the ID of field "Foo" the long name of field 1 the abbrev ID of field myField So you can use the command like this: revPrintField the ID of field "Foo" revPrintField the long name of field 1 revPrintField the abbrev ID of field myField I'll add a sentence to the docs to make this a little clearer. -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] http://www.runrev.com/ Runtime Revolution Limited - Power to the Developer! _______________________________________________ improve-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/improve-revolution
