Cicode Programming Reference > Using Cicode Functions > Using String Arguments > String assignment

String assignment

You can also assign string variables in commands. For example, if BATCH_NAME is a variable tag defined as a string data type, you can use the following command to set the tag to the value "Bread":

BATCH_NAME = "Bread";

Note: you need to enclose a string in double quotation marks ( " ).