Quantcast
Viewing all articles
Browse latest Browse all 5791

SaveSettings

@cadguy wrote:

I'm accessing the integer successfully with this
intAmount_ev = Rhino.GetSettings(Rhino.InstallFolder & "Gelfling.ini", "AdvancedDivideCurves", "Amount_ev")
If IsNull(intAmount_ev) Then intAmount_ev = 1 Else intAmount_ev = CInt(intAmount_ev)

I used to be able to save the integer with this ?
Rhino.SaveSettings Rhino.InstallFolder & "Gelfling.ini", "AdvancedDivideCurves", "Amount_ev", intAmount_ev

I tried a couple variations of Rhino.SetDocumentData with no success.?

thanks Mark

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 5791

Trending Articles