[REBOL] quick help please!
From: rishioswal::yahoo::com at: 11-Jul-2001 13:19
hi. i'm at work and i'm stuck on a problem. here is the code: ;;;;;;;;;begin code rebol [] submenu: [ [%overview.html 0] [%topic1.html 1] [%subtopic1.html 0] ] i: 1 probe to-path rejoin ["submenu/" i "/1"] ;;;;; end code unfortunately, this results in the following being displayed: submenu/1/1 how would i make it display the actual data in the path: %overview.html ?? rishi