> Since OB Is Defined is case sensitive I cannot use it unless I spend days cleaning up my code.
I haven't followed this thread and just have a minute, but thought I'd mention that a standard cheat for defeating unwanted case-sensitivity in comparisons it to convert everything to lower or uppercase before comparing. 4D variable names are not case-sensitive, so just set the string of the name to all to lower or upper before storing the names in your object. Same with the incoming values that you want to check, set them to the matching case before comparison with the values in the object. ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

