Results: 1Comments by: Nyght
File: Nyghts Notebook08/31/22
Nice idea, thanks for the handy add...
Posted By: Nyght
Nice idea, thanks for the handy addon. About the upper/lower case issues: You can try to just lwoercase the search term and the saved notebook text before comparing them. local myLowerString = string.lower(strVar) If you just do something like if mySavedVariables.notebooks ~= nil then you just need to do it like this local...