String Parser 2 "how to do" question
Also I need to disable somehow the automatic feature of SP2 when it "erases" the empty tokens. When I use delimiters to separate some variables, if the variable doesnt exist, it erases the token, the old simple String parser object didnt do that. I mean when you send 3 values separates with "*". If one of them doesnt exist, SP2 automatically deletes the whole non-existing part so at the end you have only 1*3..in old SP you had 1**3. You can imagine how annoying is when the whole orded is changed by 1 :/ Is there any way ho to disable this?
String Parser 2 "how to do" question
Also I need to disable somehow the automatic feature of SP2 when it "erases" the empty tokens. When I use delimiters to separate some variables, if the variable doesnt exist, it erases the token, the old simple String parser object didnt do that. I mean when you send 3 values separates with "*". If one of them doesnt exist, SP2 automatically deletes the whole non-existing part so at the end you have only 1*3..in old SP you had 1**3. You can imagine how annoying is when the whole orded is changed by 1 :/ Is there any way ho to disable this?