If I wanted to make sure the preferences were the same on any machine prior to executing a script, to ensure the output was consistent and then set them back again, is there any way to script it.
I can get the preferences with Get Platform Preferences()
But it looks like Set Platform Preferences won't accept a string as an argument.
x = "(Association Analysis(
Transaction Listing( 1 ),
))";
Set Platform Preferences( x );