Change default fonts via a button

guys, we need to change the current values in notes.ini to:

StaticFont0=Arial|0|26

StaticFont1=Arial|0|26

StaticFont4=Arial|0|26

StaticFont2=Arial|0|26

any ideas how to do this either via @ or LS ?

cheers

Tim

Subject: change default fonts via a button

It’s got to be LS, since Formula Language only gives you access to “dollar” (user) values. Use SetEnvironmentVar and make sure that the issystemvar parameter is True. Since these values are often read and cached on launch, don’t expect anything to change immediately on button push (well, except for the INI, of course).