Futurebasic/Language/Reference/stringlist

< Futurebasic < Language < Reference

STRINGLIST

Syntax

STRINGLIST ON STRINGLIST OFF STRINGLIST STRINGLIST = resID [,ResourceName$] STRINGLIST OPT STRINGLIST NOPT STRINGLIST END

Description

When source code is compiled, FB needs to know where to store quoted strings. (Quoted strings are those that appear in the source code like "Hello".) The strings are placed either in a STR# resource (for easy access during localization) or in blocks of data that are stored as part of the program.

Note

STRINGLIST statements are not nestable. STRINGLIST statements don't apply for string constants.

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.