Infocal icon indicating copy to clipboard operation
Infocal copied to clipboard

Does not compile

Open weberk opened this issue 1 year ago • 0 comments

Hi,

such code will fail compilation because of redefinition of variable value.

class SunField extends BaseDataField {
...
	function cur_label(value) {
		if (gLocationLat != null) {
			var value = "";

Which version of the SDK are you using? I failed with 4.2.4 as well as with 6.4.2.

weberk avatar Feb 23 '24 08:02 weberk