so like this:
Public price As Integer ??
i did that, and then i typed the value under the declaration :
price = 5
i tried to change the value fom a textbox, then i get an error "outside procedure" ..
i don't understand this really..why we can declare a Const Global so easy, but the variable not so..