'size? will work with a file or a URL. If you save the value to a file 
you can read its size.

>> write %testone.test ""
>> size? %testone.test
== 0
>> write %testtwo.text "0"
>> size? %testtwo.text
== 1
>>  

>Hello:
>Does rebol have a feature to check the size in
>bytes of a value?
>TIA
>-Tim

Reply via email to