Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] How do I stop this?

From: edanaii::cox::net at: 21-Feb-2003 9:48

And am I using the right function? Given the following:
>> test: Make Object! [ A: 1 B: "2" C: $3 ] >> ForEach Item Next First Probe Test [ Print [ Item Get In Test Item ] ]
make object! [ A: 1 B: "2" C: $3.00 ] A 1 B 2 C $3.00 How do I stop 'Probe from printing the details of the Object. I obviously don't want the Make Object! as part of my output. -- Sincerely, | The only time we doctors should condone death is Ed Dana | when it is caused by our own incompetence! Software Developer | -- Steve Martin, The Man with Two Brains. 1Ghz Athlon Amiga |