PADLEFT()
Fills string to a certain length on the left
- Syntax
-
- PADLEFT (<cString>,<nLength>, [<cChar|nChar>]) -> cString
- Description
-
- TODO: add documentation
- Status
-
- Started
- Compliance
-
- PADLEFT() is compatible with CT3's PADLEFT().
- Platforms
-
- All
- Files
-
- Source is pad.c, library is libct.
- See Also