Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
The in QV 11 the function not working for CHR(13).
This is a Bug of QV11?
Thanks
I think this is a reported bug:
Yoou might want to show your expression.
In version 10 works normal, this version 11 this problem occurred.
Create a text object with this example:
='Hello' & CHR (13) & 'World'
='Hello' & '
'&' World '
thank you
I think this is a reported bug:
Thanks
just use chr(10), work for QV 10 & 11
Hi,
It doesn't work in QV 10 SR 4 too.
So you have to use chr(10)