BBC.SHARED.JOBI.ESCAPE4POWERSHELL
Description
Details
Property | Value |
---|---|
Type | JOBI |
Folder | PACKAGES/BEST-BLU/BBC.SHARED/SOURCE/TEMPFILES |
Title | Converts a string to be compatible for powershell (quoting) |
Archive Key 1 | - |
Archive Key 2 | - |
Created | WRITER/B4A am: 2019-10-18 10:35:01 |
Last Modified | Andreas 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#, "$", "`$")