Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)marcel-slipMarch 25, 2009 at 11:40 AM#[question] How do I change the case of variableHello Regardless of what size the letters are written that I wanted to get a variable with block letters How? Regards.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)ComperioMarch 26, 2009 at 12:09 AM#Try StrFilter, part of the WordFunc header, appendix E of NSIS help file. Or you can use the ${StrCase} function, part of the StrFunc header. (See your NSIS docs folder for the documentation.).