%Str = strUpr(getSubStr(%Str, 0, 1)) @ getSubStr(%Str, 1, strLen(%Str));Takes the first character of the string, converts it to uppercase, then appends the rest of the string on the end.
yeah i knew this way of doing it, was just seeing if there was any already created function in the engine
For something as specific as capitalizing the first letter in a string? I wouldn't except that.For a complete list of static functions, you can enter dumpconsolefunctions();
too used to complete programming libraries, it's been a while since i've worked in depth with torque