@verb #139:":send" this none this rxdo #55 @program #139:":send" this none this "BLOB:send(con) => sends BLOB in binary form to the network connection" {con} = args v = encode_binary(@this.value) set_task_perms(caller_perms()) if (connection_option(con, "binary")) notify(con, v) else try set_connection_option(con, "binary", 1) notify(con, v) finally set_connection_option(con, "binary", 0) endtry endif "Last modified by manta (#7165) on Tue Mar 20 12:03:28 2001 MST." "This verb previously owned by manta (#7165), and chowned to $slacker upon dewizarding (Sat Aug 17 14:50:05 2002 MDT)." "Last modified by Dax (#789) on Sat Aug 17 14:50:05 2002 MDT." .