Hello,
back from trying ... it seems that the whole problem is that my "function call" doesn't work. It wants return values ... no matter if i try as a "sub" or as "function".
I don't know what the problem is about that. If i declare a "Sub"(function), it should not have a return value, right ?
Code:
exfcn(name_src, name_tar, num, fields, fields_tar)
is red from the beginning,
Code:
flag = exfcn(name_src, name_tar, num, fields, fields_tar)
is OK (syntax seems to be at last)
However, i don't know, any idea ?