FindFormatLen (Print.sc)¶
-
FindFormatLen
(theText [params ...])¶ Gets the maximum possible length of a formatted string.
Parameters: - theText (string) – Text with format specifiers (%d, %x, %s).
- params – Optional parameters that correspond to format specifiers.
Returns: The maximum length the resulting formatted string could be.