Hi,

Explain us in a better way what is your problem.
I'm not able to understand if you have a QStringList with only one element "01000000000,02000000000,03000000000", or this QStringList contains three elements,...
If you have a QStringList with N elements you can remove the last element using QStringList::removeLast() method.