• str_var vs cstr

    From Hax0r@HAX0RQWK to All on Friday, July 28, 2000 19:37:00

    how does one convert a baja str_var to a cstr for functions to use?

    ---
    ■ Synchronet ■ hax0r's palace - unknown-realm.dynip.com - you've been hax0r'd
  • From Digital Man to Hax0r on Saturday, July 29, 2000 10:27:41
    RE: str_var vs cstr
    BY: Hax0r to All on Sat Jul 29 2000 02:37 am

    how does one convert a baja str_var to a cstr for functions to use?

    No conversion is necessary. The "cstr" is a string constant. You can't
    a variable to a constant, but you can include the current command string in the constant with "%s".

    Rob