@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_evI tried a couple variations of Rhino.SetDocumentData with no success.?
thanks Mark
Posts: 1
Participants: 1