I tested the functions separately.
I was looking at a procedure from the new ExtFileStorage module that returns an InStr, was curious how they got it to work, and saw the “Content trick”
Now I’m not sure if I can safely use this pattern in my code as well…
I was looking at a procedure from the new ExtFileStorage module that returns an InStr, was curious how they got it to work, and saw the “Content trick”
Now I’m not sure if I can safely use this pattern in my code as well…
Comments
In my opinion this is a hack. I'd rather have a solution that works with properly scoping the variables.