Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
2.0.0TextMarker
-
None
Description
Hi Peter,
I coudln't find out how to initialize StringVariables. In the following code, the variable brandStr should be reset to "" for each loop iteration, but that's not the case.
BLOCK(forEach) Car{}{
STRING brandStr;
Brand{->MATCHEDTEXT(brandStr)};
}
How to fix that?
All the best
Philipp