Forum


Calc Builder Support

Calc Builder support
Forums
No se permite escribir sin estar logado. Por favor, login

string to uppercase 28.02.2018 22:55

Hi,
I have to normalize a string to uppercase.
I tried with Function "strtoupper();" but not work

for example:
$test=strtoupper($string);

suggestion, please.

Re: string to uppercase 01.03.2018 13:34

Hi,
that code is correct, so we suggest to double check if you have the right value at $string when that line is reached, that you are really showing $test at your output, and that you're not overriding it in any other part of your calculation, you can try

$test =$string." to UPPER: ".strtoupper($string);

in order to help you debugging the origin of the result.

Hope this helps, regards
Moonsoft Team
www.moonsoft.es

Re: string to uppercase 01.03.2018 22:25

Hi,
okay work !
my mistake
thank you
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Lo que nuestros clientes opinan de nosotros