Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I have this code
for i=1 to $(VNo.ofFields)
let VFieldName=FieldName($(i),'$(vTableName)');
if VFieldName='Key' then
let VFieldvalue=FieldValue('$(VFieldName)',1);
for j=1 to VNo.ofFieldValues1
if VFieldvalue=FieldValue('$(VFieldName1)',j);
list$(j)=list$(j)&if(len(list$(j))>0,',')&chr(39)&vTableName&chr(39);
next j //Here i got a semantic error
endif
Next i
can you help me please ?
Where is the ENDIF for this if
Where is the ENDIF for this if
yes you are right.