Component: String Initialiser (Storage)

From Flowcode Help
Jump to navigationJump to search


Author Matrix Ltd
Version 1.0 (Release)
Category Storage


Image String Initialiser component

A component allowing an easy way to initialise string variables using ROM memory. A simple and efficient way to populate string variables helping to save on RAM usage. Allows up to 16 strings to be stored. For additional strings simply use more String Initialiser components.

Examples

No additional examples


Downloadable macro reference

GetString

Gets a string stored in ROM memory and loads into a RAM string variable

Parameters

BYTE Index
Range: 0-15 Depending on number of strings


Return value

STRING


Simulation macro reference

This component does not contain any simulation macros


Property reference

Number of Strings

This property is of type Fixed list of ints and can be referenced with the variable name NumStrings.

No additional information


String 0

This property is of type Line of text and can be referenced with the variable name Str0.

String data index 0

String 1

This property is of type Line of text and can be referenced with the variable name Str1.

String data index 1