Compare 2 Strings
Verfasst: 19 Mai 2021, 10:51
Hello,
is it possible to compare two strings via If?
E.g
Thank you in Advance
is it possible to compare two strings via If?
E.g
Code: Alles auswählen
Set $LanguageProperty$ = GetProductProperty("language", "German")
if ("$LanguageProperty$" = "German")
Set $Language$ = de-DE
else
Set $Language$ = en-US
endif