[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: macros

T. Onoma

11/11/2003 5:01:00 AM


> Is ("/Path/To/%s/Directory" % [variable]) usable to you?
> You can store string itself in some place, and then just do
> (str % [variable])

limited, but would work in one case. thanks!

-t0