yes when I dump the lines
it shows me the structres under strcuture.

struct 
2 struct 
ADDRESS  10 CENTRAL PKWY  
CITY  MISSISSAUGA  
COMPANY  IBM  
COUNTRY  CANADA  
FNAME  DAVID  
LNAME  COPPER  
STATE  ON  
ZIP  L2x2w7  
 
3 struct 
ADDRESS  [empty string]  
CITY  [empty string]  
COMPANY  MICROSOFT  
COUNTRY  CANADA  
FNAME  [empty string]  
LNAME  MILLER  
STATE  ON  
ZIP  TORONTO  
 

infact when I run 
#StructFindValue(lines,"david")#

It gives me 
array  
1 struct 
key FNAME  
owner struct 
ADDRESS  10 CENTRAL PKWY  
CITY  MISSISSAUGA  
COMPANY  IBM  
COUNTRY  CANADA  
FNAME  DAVID  
LNAME  COPPER  
STATE  ON  
ZIP  L2x2w7  
 
path .5.FNAME  
 



>How are you creating your initial struct? It sounds like you have a
>structure that is being built like an array, are you looping over an
>array when you build your 'lines' struct? When you cfdump 'lines' does
>it show the elements within 'lines.2'?
>
>
>On Fri, 11 Feb 2005 13:34:28 -0500, Asim Manzur <[EMAIL PROTECTED]> wrote:
>>
from gmail

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:194321
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to