Computer Science Canada What command is used to make up pop up boxes? |
Author: | threatbinder [ Thu Dec 17, 2009 2:20 am ] |
Post subject: | What command is used to make up pop up boxes? |
What command is used to make up pop up boxes? If I knew what key word to search on google or on the help F9, I would, but I don't even know what it begins with.. so how do you make up pop up boxes that has a certain text in it? Sorry for asking such a simiple question, but I can't find the answer anywhere.. because I don't even know what word to search on the search function =( |
Author: | Tony [ Thu Dec 17, 2009 2:57 am ] |
Post subject: | RE:What command is used to make up pop up boxes? |
Window.Open ? |
Author: | threatbinder [ Thu Dec 17, 2009 3:12 am ] |
Post subject: | Re: RE:What command is used to make up pop up boxes? |
Tony @ Thu Dec 17, 2009 2:57 am wrote:
oh, thanks. and is it true that you can't use your global variables inside functions or procedures? (because it seemed that it worked like a minute ago but now it's saying it's not defined.. so I might just be having bad memory right now) |
Author: | mirhagk [ Thu Dec 17, 2009 1:30 pm ] |
Post subject: | RE:What command is used to make up pop up boxes? |
you can use your global variables within your procedures and functions, you just can't use your procedures variables anywhere else. Think of it this way: A square is a rectangle, since a square is a rectangle is can access all the values and special formulas that are used for a rectangle, and it can also use the special formulas for a square. However a rectangle isn't necessarily a square (it could be but most likely isn't) so unless it is a square it cannot use the special formulas for a square. |