Strings

Prev Next

Introduction

Strings in B4P consist of 0, 1 or any number of UNICODE characters. Every character counts as 1 character, regardless if it is an ANSI or non-ANSI (e.g. foreign) character. The string length is limited to a specific value, but only by the available system memory.

B4P supports following three subtypes:

Simple rules: B4P handles Text inside double quotation marks as quoted strings where all contents are considered as given.
And text inside single quotation marks as well as plain text are handled as softquoted strings.