◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Error: A2108 Empty string A statement used an empty string. For example, the following definition is illegal: null DB "" In many languages an empty string represents ASCII character 0. In assembly language, you must give the value 0, as shown below: null DB 0 -♦-