Talk:My name

From Kolmafia
Revision as of 18:42, 17 March 2010 by imported>Fronobulax (Created page with '[http://kolmafia.us/showthread.php?3684-My-first-attempt-at-a-script&p=26025#post26025] mentions some possible issues with case sensitivity when using my_name as a string index t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

[1] mentions some possible issues with case sensitivity when using my_name as a string index to a map. That should be verified but, if true, the code examples might be better examples if they used lower case, i.e. if (my_name() == "fronobulax") instead of if (my_name == "Fronobulax") If both examples actually work then I would check the equality operator for case sensitivity, possibly update the wiki or file a Bug Report :-)