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. OneTrickPony

    Variables in Variables

    I have some code that creates variables for each of the next 12 months. This is an example for the second month. <CFSET VARIABLES.Date1 = DateFormat(DateAdd("M", 1, Now()))> <CFSET VARIABLES.numDays1 = DaysInMonth(Date1)> <CFSET VARIABLES.Month1 = Month(Date1)> <CFSET VARIABLES.MonthString1 =...

Part and Inventory Search

Back
Top