Skip to main content

BBC.SHARED.JOBI.ESCAPE4POWERSHELL

Description

Details

PropertyValue
TypeJOBI
FolderPACKAGES/BEST-BLU/BBC.SHARED/SOURCE/TEMPFILES
TitleConverts a string to be compatible for powershell (quoting)
Archive Key 1-
Archive Key 2-
CreatedWRITER/B4A am: 2019-10-18 10:35:01
Last ModifiedAndreas Büsching am: 2025-07-04 16:46:52 21 x
Last Used-

Process

:set &BBCS_ESCAPED_STRING_O# = "$STRING$"
:set &BBCS_ESCAPED_STRING_O# = str_sub( &BBCS_ESCAPED_STRING_O#, '"', '`"' )
:set &BBCS_ESCAPED_STRING_O# = str_sub( &BBCS_ESCAPED_STRING_O#, "'", "`'" )
:set &BBCS_ESCAPED_STRING_O# = str_sub( &BBCS_ESCAPED_STRING_O#, "#", "`#" )
:set &BBCS_ESCAPED_STRING_O# = str_sub( &BBCS_ESCAPED_STRING_O#, "$", "`$")