Home › Forums › Macros › Incorrect data types › Reply To: Incorrect data types
12 February 2025 at 12 h 03 min
#7186

Keymaster
Hi,
You need to put those { } to evaluate the currentCaseOptionValueFloat(0) value as this :
CaseBranch "Test"
$mavar$ = {currentCaseOptionValueFloat(0)}
Message {"test CCOVF " + currentCaseOptionValueFloat(0) + " $mavar$ " + $mavar$ }
BreakCaseBranch