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

How do I stop this?

 [1/4] 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 |

 [2/4] from: rebol:techscribe at: 21-Feb-2003 13:34


Hi Ed. drop the probe; try ForEach Item Next First Test [ Print [ Item Get In Test Item ] ] ;- elan Quoting Ed Dana <[EDanaII--Cox--net]>:
> And am I using the right function? > Given the following:
<<quoted lines omitted: 20>>
> [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
------------------------------------------------- Mail sent from: 24.126.72.184

 [3/4] from: edanaii:cox at: 21-Feb-2003 11:31


[rebol--techscribe--com] wrote:
>Hi Ed. > >drop the probe; try > >ForEach Item Next First Test [ Print [ Item Get In Test Item ] ] >
Doh! I tried everything but that. I shoulda knowed. :) Thanks. -- Sincerely, | Tell me, tell me, where I'm going; I don't know Ed Dana | where I've been. Tell me, tell me. Oh won't you Software Developer | tell me, and then tell me again! My body's aching, 1Ghz Athlon Amiga | my heart is breaking and I don't know where to go! | So tell me, tell me, why don't you tell me? I just | gotta know! - Styx, Crystal Ball

 [4/4] from: g:santilli:tiscalinet:it at: 22-Feb-2003 10:39


Hi Elan, On Friday, February 21, 2003, 7:34:39 PM, you wrote: rtc> ;- elan Welcome back! :-) Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted