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

[REBOL] Reverse (get to-word string!)

From: ammoncooke:y:ahoo at: 28-Sep-2001 4:52

Hi, Now that I have the ability reference an object from a string, is it possible to make an object reference into a string? Like this:
>>a: layout [
[ text "this is an object" []
>>to-string a
== "?object?" But have it return "a" Is this possible? Did I just miss something simple? ;-/ Thanks!! ;D Ammon