Fixing Format Strings

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
plumothy
Posts: 18
Joined: Mon Oct 25, 2010 8:24 pm

Fixing Format Strings

Post by plumothy »

When siLang fixes format strings it works OK if they are simple ones like '% s' (gets fixed to '%s').

But it does not work for ones which contain an index specifier. So this one '% 0: s' does not get fixed.

Is this by design or is it a bug?
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

This is how it is realized but we will try to improve this.
Best regards,
Igor Siticov.
Post Reply