Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scopes

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0

If I reference a variable passed into a custom tag then I would have to prefix the variable with what kind of scope?
Is it called a Form,Attributes, or Cgi scope??
 
If it was passed as a tag attribute then prefix it with "Attributes".

If you did not pass it in explicitly you can "grab" it from the calling template by prefixing it with "Caller".

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top