|
|
| version 1.81.2.13.2.11, 2003/03/24 15:08:02 | version 1.81.2.13.2.13, 2003/03/26 13:59:12 |
|---|---|
| Line 2602 break2: | Line 2602 break2: |
| PC.string.append(begin, end-begin); | PC.string.append(begin, end-begin); |
| } | } |
| } | } |
| if(PC.string!=CORD_EMPTY) { // something accumulated? | if(!PC.string.is_empty()) { // something accumulated? |
| // create STRING value: array of OP_VALUE+vstring | // create STRING value: array of OP_VALUE+vstring |
| *lvalp=VL(new VString(*new String(PC.string, String::L_CLEAN))); | *lvalp=VL(new VString(*new String(PC.string, String::L_CLEAN))); |
| // new pieces storage | // new pieces storage |