Reading an earlier post, I had the idea that since &binvars can be filled with plain text (not binary), it would be nice to be able to use /echo and /action and /msg (etc...) to display a &binvars information. Another use for this type of addition would be:

Since hashtables can store binary data, I could store picture within the table and whatnot, so it would be nice if you could use the /draw commands with &binvars. Meaning, instead of doing /drawpic and having to pass a <filename> parameter to it, I could store all my pictures in a hash table, dump them into &binvars and then /drawpic &binvar instead of <filename>. Thanks smile