******************************************************************************** there are three different files on this page. they will each be seperated by a large block of text like this one... ******************************************************************************** Basic Lists This is my first list - plain - #variables.myFirst_list#

This is index or value 1 of my list = #ListGetAt(variables.myFirst_list, 1, ", ")#

This is my fifth value = #ListGetAt(variables.myFirst_list, 5, ", ")#

My youngest daughter is #ListGetAt(variables.myFamilyMembers_list, 6, ",")#

#fm#


#f#. #ListGetAt(variables.myFamilyMembers_list, f, ",")#


new... #p#. #ListGetAt(variables.myOther_list, p, ";")#


#spc# (#ListGetAt(variables.mySpaces_list, spc, " ")#)
#spc# #ListGetAt(variables.mySpaces_list, spc, " ")#
*************************************************************************************** below this is page 2 or the basic arrays page... *************************************************************************************** Basic Arrays I want number four = #variables.myFirst_array[4]#

I want number 2 = #variables.myFirst_array[2]#

I want Abby's info. She is the number 3 index.
#variables.myTwoDimensional_array[3][1]# #variables.myTwoDimensional_array[3][2]#
Favorite hobbie is: #variables.myTwoDimensional_array[3][3]#
Favorite food is: #variables.myTwoDimensional_array[3][4]#

#myNum#. #variables.myFirst_array[myNum]#


We are currently on index number #tempNum#.
#variables.myTwoDimensional_array[tempNum][1]# #variables.myTwoDimensional_array[tempNum][2]#
Hobbie: #variables.myTwoDimensional_array[tempNum][3]#
Food: #variables.myTwoDimensional_array[tempNum][4]#

*************************************************************************************** below this is page 3 or the color picker page... *************************************************************************************** My Color Picker
#myChoice#

#variables.newColor#