Re: lingo-l content of the TextMember2

2003-01-22 Thread universal2001
Thanks, but I have 4 cast libabries and the one that I want is the first word of the first member of the 4th castLib I tried but I have no luck. thanks! - Original Message - From: Agustín María Rodríguez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 23, 2003 10:12 AM

Re: lingo-l content of the TextMember2

2003-01-22 Thread Agustín María Rodríguez
universal2001 escribió: but I have 4 cast libabries and the one that I want is the first word of the first member of the 4th castLib You have to tell wich one of the casts by name or by number: firstWord = member(text, some cast).text.word[1] firstWord = member(text, 3).text.word[1] C´ya --

Re: lingo-l content of the TextMember2

2003-01-22 Thread Carl West
universal2001 wrote: ... but I have 4 cast libabries and the one that I want is the first word of the first member of the 4th castLib This worked for me: firstWord = (member text of castlib 2).text.word[1] -- Carl West [EMAIL PROTECTED] http://eisen.home.attbi.com I have no

RE: lingo-l content of the TextMember2

2003-01-22 Thread Brad Hile
Just reference the cast firstWord = member(text,4).text.word[1] you can also use firstWord = member(1,4).text.word[1] but if you move your text member it will break Look up member chunk in the help files for more information HTH Brad [To remove yourself from this list, or to change to digest