cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
razmik
Level 3

How to assign a new value at runtime to String Identifier: @IDS_String = "New Value"

Hi everyone,

I have created a string identifier in the String table using the IDE doing the following:
General Information ->String Tables -> Add New
example: The ID Created is ID_String with some default values.

How can I assign a new value to the idenifier at runtime?

example:
@ID_String = "New Value";
This does not work?
It causes an Error - Invalid Statement

Thanks
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

String table entries are effectively constants, and can't be changed at run time. Perhaps you could initialize a variable with a string table entry, and then change the variable?
0 Kudos