Back to Exec BC, or Exec BC Info
| At line 81 changed 1 line. |
| Specifies record delimiters. Once this property is set, it means the standard output is delimited into records. Multiple delimiters can be specified, in which case, any one of the delimiters can be used to end a record. When specifying multiple delimiters, separate delimiters with a comma, such as "\n,|". '\' (backslash) is used as an |
| Specifies record delimiters. Once this property is set, it means the standard output is delimited into records. Multiple delimiters can be specified, in which case, any one of the delimiters can be used to end a record. When specifying multiple delimiters, separate delimiters with a comma, such as "\n,|". '\' (backslash) is used as an escape character and following escape sequences are supported: |
| At line 83 changed 1 line. |
| escape character and following escape sequences are supported: |
| \n -- line feed\\ |
| \r -- carriage return\\ |
| \t -- tab\\ |
| \b -- backspace\\ |
| \u -- Unicode point in hex, no surrogate, must be four characters in length, e.g., \u81EA\u81ED.\\ |
| At line 85 removed 6 lines. |
| \n -- line feed |
| \r -- carriage return |
| \t -- tab |
| \b -- backspace |
| \u -- Unicode point in hex, no surrogate, must be four characters in length. E.g., \u81EA\u81ED. |