Incrementing String value
-
@jsulm well this was my answer
INKA01010100221.000000000000000000000000000000000000000000000000
I wanted 021 only the last three digits to get added -
@jsulm well this was my answer
INKA01010100221.000000000000000000000000000000000000000000000000
I wanted 021 only the last three digits to get added -
@J-Hilk , @jsulm well INKA010101001 this is my QString value i just want to add 001 to the last so that i get the final value INKA010101001001 like this.
-
@jsulm oh yes ive tried that i got INKA010101001\u0001 this
I've used this codeQString dd= store; dd.append(001);
-
@jsulm oh yes ive tried that i got INKA010101001\u0001 this
I've used this codeQString dd= store; dd.append(001);
-
-
please mark the topic as solved
-
please mark the topic as solved