Public Function PrefixSendKeysMetaCharacters( _ ByVal vSendKeys As Variant _ ) As String
PrefixSendKeysMetaCharacters("Reg. Text") = "Reg. Text" PrefixSendKeysMetaCharacters("Press {Del}") = "Press {{}Del{}}"See also:
PrefixHTMLMetaCharacters Function ShellWait Function ShellNoWait Function SendKeys Statement (Visual Basic)Note: Any characters such as braces ({) within string vSendKeys will be prefixed so that the SendKeys statement does not interpret them as part of some special keyboard character. For example, SendKeys would normally interpret the string "{Del}" as a request to send the {Del} key. This function turns such a string into a request to send five separate characters.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.