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

[REBOL] Re: 'Compose' into feel -engage function

From: nitsch-lists:netcologne at: 13-Jan-2002 23:50

RE: [REBOL] Re: 'Compose' into feel -engage function [Al--Bri--xtra--co--nz] wrote:
> Phillippe wrote: > > For example, (first tempo1) is not reduce. > > Try: > compose/deep > and your problem should be solved. >
except code is tblEvent: parse (to-string event/offset) "x" if (to-integer first tblEvent) < 125 [var47: 1] if (to-integer first tblEvent) > 165 [var47: 2] and the if-brackets are evaluated by compose/deep also :-o ([ if (to-integer first tblEvent) < 125 [var47: 1] if (to-integer first tblEvent) > 165 [var47: 2] ]) helps ; ups, looks like lpc ;-) but Andrew solved the major problem ;-)
> Andrew Martin > ICQ: 26227169 http://valley.150m.com/ > -><- >
-Volker