﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
39	Parsing problems with ifpresent	phdmakk	phdmakk	"For some reason `ifpresent` causes parsing problems when more than two parameters are used in the following example:

{{{
v_MyRecord2b.MyRecord1a := cr_MyRecord1(42, 49) ifpresent;        // 2 parameters: works
v_MyRecord2b.MyRecord1b := cr_MyRecord1(42, 49, 42) ifpresent;    // 3 parameters: causes runtime err
}}}
On the other hand, if ifpresent is not used, three or more parameters are fine:

{{{
v_MyRecord2b.MyRecord1b := cr_MyRecord1(42, 49, 42);    // 3 parameters no ifpresent: runs fine
}}}"	defect	closed	blocker	v1.0.x Series	Common	1.0	fixed		
