You'll need to call the key you want. #myArray[1].keyName# Or to display all of the keys in the structure: #StructKeyList(myArray[1])# Essentially you're using the variable "myArray[1]" like a structure name (which it is.) Sharon At 02:16 PM 5/2/2000 +0000, Won Lee wrote: >I have an array. The array consists of 2 structures. > > >how do i call a structure stored inside an array? > > >--------------------------------------------------------------------------- --- >Archives: http://www.eGroups.com/list/cf-talk >To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. > ------------------------------------------------------------------------------ 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.

