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

[REBOL] Re: Fw: How to use a word instead of a numeric value

From: antonr::lexicon::net at: 20-Jun-2005 14:37

Convert grouping to integer. This should point out the problem:
>> copy/part "bonjour" 3.0
** Script Error: Invalid /part count: 3.0 ** Near: copy/part "bonjour" 3.0
>> copy/part "bonjour" 3
== "bon" Anton.