> if i have a function which asks for a variable.
> example: an int X
> if i provide X with picture.length(or other) and i
> change X to 3 does the picture.length also change? or
> is X and picture.length a seperate variable?
Write a small application that'll do what you described and see what happens.