Howdy all, maybe I'm missing something in my knowledge of Structures but I can't
seem to figure out how to make an array of structures (or maybe I want a
structure of arrays?).
Anyway, what I am attempting to do is to load a users preferences into my
mythical Array of Structures (AoS) so that at any given time I have an array
populated with all the preferences of the people that are on the web site at any
moment. (shrinking and expanding as they come and go)
To know how many people their are I just have to know the size of the array, to
get a specific User Preference (ie Language or background color) I just grab the
specific structure key from the array and poof get the value.
In my head I envision something like:
AoS[1].UserPrefs.Language = Spanish
AoS[1].UserPrefs.Font = Helvetica
AoS[2].UserPrefs.Language = Creole
AoS[2].UserPrefs.Font = Times New Roman
etc....
Has anyone implemented something similar?
This is just in the brain fart stage and I could really use a good kick start,
though maybe I'm just plain nuts? (as opposed to the salted variety)
Thank you for your time.
: David Nesbitt
: Web Production Specialist
: (e) [EMAIL PROTECTED]
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.