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/)RobGrantApril 18, 2005 at 7:33 AM#ReplaceLineStr bug?Hi guys, I've not posted here for a while but I think I've found a bug in Afrow's neat ReplaceLineStr function (http://nsis.sourceforge.net/archive/...b.php?page=626). I think at the end he needs to replace Pop $R6 Pop $R4 with: Pop $R6 Pop $R5 Pop $R4 Is this right? Thanks Rob
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/)Afrow UKApril 18, 2005 at 10:17 AM#Yeh that's right. It doesn't actually stop anything functioning; it'll just mean one string gets left on the stack. -Stu
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/)RobGrantApril 18, 2005 at 11:30 AM#That was the variable that stored a password, I got some odd errors when a Windows Domain was being entered as the password instead 🙂
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/)Afrow UKApril 18, 2005 at 4:35 PM#Ah in that case fair enough 🙂 -Stu