to_upper Interface

private interface to_upper

takes a character variable and transforms it to uppercase

usage var = to_upper(“hello”)


Module Procedures

private interface to_upper()

takes a character variable and transforms it to uppercase

Read more…

Arguments

None