You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Local filename:String= RequestFile("Save graphic output", Null, True) 'No file extensions here, we add them later manually otherwise exported file name is messed up
100
-
If CheckValidExportFileName(filename) Then
100
+
IfpixmapToSave <>NullAndCheckValidExportFileName(filename) Then
101
101
Local saveSuccess:Int=True
102
102
ForLocal row:Int=0To3
103
103
Local rowName:String'Name the rows - by default: ArmFG, ArmBG, LegFG, LegBG in this order
0 commit comments