OK, passing as reference parameter works. I will do it that way.
FYI:
* while I was trying some things I found out that this doesn't work either:
str_Log lstr_Log1[]
str_Log lstr_Log2[]
// some code to file lstr_Log1
lstr_Log2 = lstr_Log1
lstr_Log2 is empty here.
* Passing a filled...
The reason why TFS doesn't recognize the migration is because no code did change during the migration.
PB does keep a flag in the source to store in which PB release the object (window/datawindow/...) was saved. But this flag does not change during migration. It will be changed if you make some...
I have a window that calls a function of a NonVisualObject. I want the function to return an array of a structure. The array of structure is empty when it returns to the window, alltough I'm sure it's not empty in the function. When I debug the program, and watch to the strucuture array in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.