To know how many characters in the formatted string are needed to allocate, use _vscprintf an then use new or malloc with the number of characters returned.
L
LordMarv
@LordMarv
To know how many characters in the formatted string are needed to allocate, use _vscprintf an then use new or malloc with the number of characters returned.