Ask a Question related to Macromedia Director Basics, Design and Development.
-
Richie Bisset #1
Verifying Case of field contents
Hi All,
A colleague wants a script for a quiz which takes the content of a
field and checks it against the given answers. Pretty
straightforward, however she also wants the checker to be case
sensitive.
My first thought would be to get the keycode or ascii value (can't
remember which off the top of my head, but one of them at least
discerns between upper and lower case) and store all this in a list to
check against but i thought before i started coding it i'd see if i'd
managed to completely miss a really obvious solution first.
Thanks in advance for any help,
Regards,
Richie
Richie Bisset Guest
-
Manipulating contents of Text Field
My task is to build a login form. My only tool is HTML - the site does not have Coldfusion. It is a very simple form except that the username... -
Simple go to frame (contents of field) script
Hi, I'm having a problem with one of my scripts and I can't figure it out. I have it set so that the I have a object on stage that, when... -
Exporting field contents to .html file
I have a problem that I reckon somone has come across before. We have a database where I enter an HTML header and an HTML footer into two global... -
importing exporting container field contents
Hello Pierre, Under Windows you might find some hints at www.tekstotaal.com/c.fmp.image.import.html and... -
Verifying that a number conforms to field mask
In a table, Sys_Variables, a system defines a field mask for a certain field, in this case, an inventory tag. The field mask is in the format of... -
JB #2
Re: Verifying Case of field contents
I woul proably first do a case insensitive string comparison, if they
match, then parce character by character comparing chartoNum() values.
BTW some list operations are case sensitive...one of the only things in
Lingo that is case sensitive.
JB Guest



Reply With Quote

