Changes between Initial Version and Version 1 of Ticket #1995, comment 4


Ignore:
Timestamp:
Jun 26, 2013, 3:18:54 AM (11 years ago)
Author:
Jorma Rebane

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1995, comment 4

    initial v1  
    1212    if(tokenizer.next(token, '=')) // split tokens at '='
    1313    {   // if a token was availablee (no EOS)
    14         token.trim().toString(key); // trim whitespace and convert to string
     14        token.trim().toString(key); // trim whitespace, then tostr
    1515        // key == "toggle"
    1616    }