Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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.
Today is November 21, 2024, 8:02 am This article has been viewed 35205 times.
|
|