Changes between Initial Version and Version 1 of Ticket #2005


Ignore:
Timestamp:
Jun 26, 2013, 4:35:49 AM (11 years ago)
Author:
Jorma Rebane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2005

    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #2005 – Description

    initial v1  
    66    std::string input = " toggle = 'Alt+F' = else ";
    77    std::string key, value;
     8
    89    SStrTok tokenizer(input);
    910    SStrTok token;
     11
    1012    if(tokenizer.next(token, '=')) // split tokens at '='
    1113    {   // if a token was availablee (no EOS)