` Printed Icetips Article

Icetips Article



Par2: C function to capitalize sting
2000-05-16 -- Alison Neal
 
I'm not sure what you're trying to do, if you're trying to convert to
Capitals you can use the C function:

Inside the global map:

   MODULE('C.lib')
        strupr(*cstring),short,raw,name('_strupr')
        END

Then use it like this:

StrUpr(Line1)

Note that the variable has to be a CString.



Printed April 29, 2024, 8:25 pm
This article has been viewed/printed 35111 times.