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

[REBOL] Re: Remove characters from the end of a string

From: greggirwin::mindspring::com at: 19-Nov-2005 13:18

Hi Silvia,
>> cmd-iso: "mkisofs -R -J -o %/c/programmi/openpc/backup/back.iso %" >> remove last cmd-iso
SB> I got this error on executing the script:
>>** Script Error: remove expected series argument of type: series port
SB> bitset none As you learn REBOL, the console is your friend. Did you look at what value LAST returned? What does HELP LAST tell you? Break things down into little pieces, and them out in the console bit by bit. Happy REBOLing! -- Gregg