Ask a Question related to Macromedia Director Lingo, Design and Development.
-
EdMX webforumsuser@macromedia.com #1
finding a characters number in a text field
charPosToLoc uses a number to define which character in the text field you are querying.
I want to know what number char[x] of line[y] is in a text field.
any ideas?
EdMX webforumsuser@macromedia.com Guest
-
80020005 problem with Access field Types (text vs. number)
I'm baffled... I'm just trying to update data in an access db. All works well when I have text and memo fileds only. When I change one of the... -
Maximum number of characters in a field?
I won't give all the boring information, but here's the skinny of what I'm trying to find out. I have a dynamic text field and (for my own... -
text of a field member to file --> ugly characters instead of RETURN
Hello, I have stored text within a field member. The text is line by line, that is to say after each line a RETURN. When writing this into a... -
Increment a number in a text field
I'm having problems getting a text field to automatically increment, exp. when you add a record to a form, it should automatically give a new id... -
Finding non-printing characters in data
HP-UX 11.0 IDS 9.21.HC4 Just wondering if there is a simple way to find non-printing characters embedded in char fields. I have tried to... -
JB #2
Re: finding a characters number in a text field
> I want to know what number char[x] of line[y] is in a text field
totalchars = member("mytext").line[1..y- 1].char.count + x
or
totalchars = the number of chars in (line 1 to y - 1 of
member("mytext").text) + x
JB Guest



Reply With Quote

