Hi All,
I've come across a odd problem that I can't seem to get solved. I am using the "execute()" function to do a cross dictionary call. So in short what i've done is declared a local string variable lcode. I then start populating it setting it
lcode = "....";
lcode = lcode + "....";
lcode = lcode + "...";
I then extract and chunk the new code and load it, and then run the tests on it. However, no matter what i set the variable lcode to, it ignores it and uses and old value. I am also loading the chunk correctly because any new warning "" and other code i put in there takes effect besides the setting of the lcode. I can see the code is the old code running, but I set it.
This is on GP2010.
I delete the dictionary files and chunk file on extracting and chunking, delete the old .dic from the dynamics folder and then reload it fresh.
Any suggestions or ideas?
Thanks
*This post is locked for comments