Zum Hauptinhalt springen

ReplaceExtended

Structure

ReplaceExtended(sOriginal: String): String

Type

Function

Description

This function removes any extended characters from the sOriginal text and replaces them with a dash ('-'). Specifically, this function removes any characters that would not be allowed in a Windows file name. Excluded characters (which are replaced with dashes) include: '/', '', ':', '*', '?', '"', '<', '>', '!', '.', '|'.

Return Value

Text |