The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() ![]() |
|||||||
See also: StripLTBlanks, ReduceStringToFN83CompliantChars, CapitalizeString | |||||||
ReduceStringToAZ09 |
|||||||
The function ReduceStringToAZ09 replaces all characters in the string Instring which are not digits or letters by underscores ('_'). The function can be used to create a valid filename from any string. Please note that slashes and backslashes are also converted to underscores, so directory paths will be corrupted by ReduceStringToAZ09.
|