I never new about it... so I'm happy to have looked for it... rebol is a never ending learning experience.
-max ----------- meteor Studios, T.D. ----------- "Never Argue with an idiot. They will bring you down to their level and beat you with experience" > -----Original Message----- > From: Tim Johnson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 23, 2003 1:31 PM > To: [EMAIL PROTECTED] > Subject: [REBOL] Re: Evaluating a string > > > > * Maxim Olivier-Adlhoch <[EMAIL PROTECTED]> [030923 09:15]: > > > > val: "efg" > > args: [val 2] > > mold/only reduce args > > Oh of course! > I'd forgotten about option /only > Thanks Max! > tj > > > == {"efg" 2} > > > > -max > > ----------- > > meteor Studios, T.D. > > ----------- > > "Never Argue with an idiot. They will bring you down to > their level and beat you with experience" > > > > > > > > > -----Original Message----- > > > From: Tim Johnson [mailto:[EMAIL PROTECTED] > > > Sent: Tuesday, September 23, 2003 12:05 PM > > > To: [EMAIL PROTECTED] > > > Subject: [REBOL] Evaluating a string > > > > > > > > > > > > Hi Rebols: > > > I have the following: > > > > val: "efg" > > > == "efg" > > > >> args: [val 2] > > > == [val 2] > > > > > > ; Now what is the "rebol way" > > > ; to convert 'args to > > > ; {"efg" 2} ? > > > ; TIA > > > ; tim > > > -- > > > Tim Johnson <[EMAIL PROTECTED]> > > > http://www.alaska-internet-solutions.com > > > http://www.johnsons-web.com > > > -- > > > To unsubscribe from this list, just send an email to > > > [EMAIL PROTECTED] with unsubscribe as the subject. > > > > > > > > > > -- > > To unsubscribe from this list, just send an email to > > [EMAIL PROTECTED] with unsubscribe as the subject. > > -- > Tim Johnson <[EMAIL PROTECTED]> > http://www.alaska-internet-solutions.com > http://www.johnsons-web.com > -- > To unsubscribe from this list, just send an email to > [EMAIL PROTECTED] with unsubscribe as the subject. > > -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
