Method code for $message_frob.to_ctext()

[Turn off line numbering]
  1: arg this, vars;
  2: var new;
  3: 
  4: new = (| this[vars['receiver]] |) || (| this["general"] |) || $ctext_frob.new_with([""]);
  5: new = new.set_vars(vars);
  6: return new;

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon