|
|
Special Characters in the Email FilenameSpecial characters must be used in the email filename to tell EmailPipe where to insert the file sequence number and how to format it. Some variations are shown below, with more detail below it. See also the macros section.
Technical detailsFormat strings passed to the string formatting routines contain two types of objects -- literal characters and format specifiers. Literal characters are copied verbatim to the resulting string. Format specifiers fetch arguments from the argument list and apply formatting to them. Format specifiers have the following form:
A format specifier begins with a % character. After the % come the following, in this order:
The following table summarizes the possible values for type:
Conversion characters may be specified in uppercase as well as in lowercaseboth produce the same results. A width specifier sets the minimum field width for a conversion. If the resulting string is shorter than the minimum field width, it is padded with blanks to increase the field width. The default is to right-justify the result by adding blanks in front of the value, but if the format specifier contains a left-justification indicator (a "-" character preceding the width specifier), the result is left-justified by adding blanks after the value.
|
|
Contact Us |
Support |
DataMystic Newsletter |