On an isolated build server where there is NO pb.ini file, what is the compiler behavior
[PB]
DashesInIdentifiers=1
Integer my-name-is-i, i
i=i-1
Will there be a compiler error? If so which
On an isolated build server where there is NO pb.ini file, what is the compiler behavior
[PB]
DashesInIdentifiers=1
Integer my-name-is-i, i
i=i-1
Will there be a compiler error? If so which
Yes, you are right! The PBC does not support this PB.ini setting.
Regards,
Mark Lee