> This still works. The change I made is that you pass now the variable > name "val" instead of the base location in memory. I prefer this because > you don't have to worry about possible memory conflicts. Ok, that is cleaner than how I was doing it, thanks. John