PDA

View Full Version : ASP variables


Aymen++
03-12-2003, 07:55 AM
i have two pages in ASP, each one has the Name variable, how can i diffrentiate between them?

raven
03-12-2003, 08:56 AM
Not sure I understand this, but there is no need to differentiate the variable names on different pages. If you feel you must then name1 and name2 would be fine.

Morgoth
03-12-2003, 08:04 PM
A good Idea would be to give the variable name a unique name to what it is doing.

Also adding Str to the front of it if it is a string, or Int for integer, or Bln for boolean... etc..