Ignore:
Timestamp:
05/15/04 20:05:18 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MString.cc

    r4079 r4081  
    5454//  string.Print("MyString has %d bytes", 128);
    5555//
     56// As a special feature the function returns the reference to the MString
     57// so that you can directly work with it, eg.
     58//
     59//  string.Print("  MyString has %d bytes  ", 128).Strip(TString::kBoth);
     60//
    5661MString &MString::Print(const char *fmt, ...)
    5762{
Note: See TracChangeset for help on using the changeset viewer.