Eagle[200x] Posted November 4, 2004 Report Share Posted November 4, 2004 Is there any way to change a Cluster Elements name/description with values from an *.ini File? I want to create the file robust against changing of INI-File indexing. I get my Data Values from an Array with is feeded with *.ini Variable Values. My Variable Names are located in an String array - I now want to create a Cluster that has the Variables in it which are Named by the String array. Quote Link to comment
Mark Balla Posted November 5, 2004 Report Share Posted November 5, 2004 The Open G toolkit has several functions that make writing to INI files easier. go to OpenG.org to download the toolkit. Quote Link to comment
pckost Posted March 7, 2005 Report Share Posted March 7, 2005 Is there any way to change a Cluster Elements name/description with values from an *.ini File?I want to create the file robust against changing of INI-File indexing. I get my Data Values from an Array with is feeded with *.ini Variable Values. My Variable Names are located in an String array - I now want to create a Cluster that has the Variables in it which are Named by the String array. 2551[/snapback] I have controlled the names of booleans in clusters by creating a property node for the cluster and using the "Controls[]" property. This will create an array of "refnums". Then place an "generic" property node in a 4-loop and let the loop self index the refnums. Once you connect the "refnums" wire to the "generic" property node you will have access to the "Strings[] of the individulal cluster elements. I hope this helps! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.