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/)cchianApril 4, 2001 at 2:03 AM#How to read a string value in an ini file?Is it possible to read the value of an ini string? I would like to obtain the value of data as in [program] data=f:\myprogram\data
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/)tprApril 22, 2007 at 9:52 AM#ReadINIStr $0 "C:\YOUR_INI_LOCATION\NAME.ini" "program" "data" Now you have the value "f:\myprogram\data" in $0.
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/)cchianApril 23, 2007 at 11:56 AM#Thanks for replying, I was able to figure it out some time ago. Anyways, someone else can always benefit from your post.