Home Forums Macros Incorrect data types Reply To: Incorrect data types

#7186
Philippe OllivierPhilippe
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