| Subject: | Re: Check for blank text field director mx 2004 |
|---|---|
| From: | |
| Date: | Tue, 8 Apr 2008 05:05:44 -0700 PDT |
| Newsgroups: | macromedia.director.lingo |
On Mar 27, 5:48 pm, mattyball2...@xxxxxxxxx wrote: > Hi everybody, > > Is there a way to check if a text member is blank/empty using lingo in > Director MX 2004? > > Many Thanks, > > Matt. Hi Matt you can do a repeat loop to go through all text members of your cast or just one member. repeat with i = 1 to number of members of castlib castname if member(i).type = text then if member(i).text ="" then you will need to do the proper syntax good luck |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: shockwave question, strobadof |
|---|---|
| Next by Date: | Film Loop Sprites going wonky..., Darrel Hoffman |
| Previous by Thread: | Help Required !, adnanyaseen1 |
| Next by Thread: | Film Loop Sprites going wonky..., Darrel Hoffman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |