Chris Siegle wrote:

>Why is it I cannot make a directory from an assigned variable name?
>
>testVariable: "12312323"
>
>make-dir %testVariable
>  
>
make-dir to-file testVariable
if you want to create a Directory names 12312323 (there must be other 
ways though. :) ).
The way you do it, REBOL doesn't recognize the word testVariable but 
considers the variable %testVariable of type file!.

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to