ne klasse Idee, das hilft! ..bestimmt
ein FAQ-Eintrag ist doch viel zu auffwendig
Code Select
Call 'presets_check_1sttimeuse'
Sub presets_check_1sttimeuse
If b_presets_1sttimeuse then
b_presets_1sttimeuse = false
mbox = MsgBox("You are using presets the 1st time. Before using presets I suggest creating a new preset containing your current settings, so those are preserved and you can easily change back with a single click. Create a new preset?", yes & no)
If (mbox = yes) then
Call 'presets_create_new'
End If
End If
End Sub
ein FAQ-Eintrag ist doch viel zu auffwendig