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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tripleaxis

    (name == "swear1" ¦¦ "swear2" ¦¦ "swear3")

    you have to write complete comparison statements for each thing you want to compare: on (release) { if (name == "swear1" || name == "swear2" || name == "swear3") { trace ("swearword detected"); } else { trace ("thanks"); } } you could...

Part and Inventory Search

Back
Top