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

[REBOL] to-path and append?

From: tim::johnsons-web::com at: 23-Aug-2003 13:33

Hello REBOLS: I'm trying to append elements from one block to another, whilst make the elements into a path
>> test-this: [input type name value]
== [input type name value]
>> to-path test-this
== input/type/name/value ; yep, so far so good
>> test-more: []
== []
>> append test-more to-path test-this
== [input type name value] ; say what? I expected (hoped for) ; [input/type/name/value] what have I done wrong? Thanks! tj -- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com http://www.johnsons-web.com