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

[REBOL] I'm a bit stuck...

From: balayo::mindspring::com at: 26-Jul-2001 9:18

Howdy guys, I'm stuck, actually, on two points. I can make a file filled with: [9-Sep-2001 "here" $70.00] [10-Oct-2001 "there" $55.89] [5-Nov-2001 "deposit" $100.00] I want to subtract from a beginning balance (I ask for that first) unless the "deposit" string is found, then I want to add to it. should I make the file: rebol [] stuff: [ [9-Sep-2001 "here" $70.00] [10-Oct-2001 "there" $55.89] [5-Nov-2001 "deposit" $100.00] ] umm, something with pick, and parse...? =) Thanks -- -tom