Shagwana #1 How to have this work!... a=25 function changeit(a) a=512 end function '... print a 'prints 25 changeit(a) print a 'prints 512