[Qgis-tr] Wrong example for lpad function

Siki Zoltan siki at agt.bme.hu
Wed May 13 00:02:50 PDT 2015


Dear All,

I found a mistake in the example of the help message of lpad function.

<code>lpad('Hello', 10, 'x') → 'Helloxxxxx'</code>
the correct example would be
<code>lpad('Hello', 10, 'x') → 'xxxxxHello'</code>

I can't change it. Can somebody correct it?

Regards,
Zoltan


More information about the Qgis-tr mailing list