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/)HenrikGDecember 11, 2007 at 10:06 AM#Retrieve error messages?Hi! The IfErrors instruction and the error flag are good features, but is there some way of getting the last error as a string? This is what I want: ... IfErrors 0 +3 DetailPrint "Error: ${LATEST_ERROR_MESSAGE}" Goto end ...