Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1027798 // dm_importAndExportAllDataMenuItems

JavaX fragment (include)

static O[] dm_importAndExportAllDataMenuItems() {
  DynModule mod = dm_current_mandatory();
  ret litobjectarray(
    "Export all my data...", rThread { dm_exportStructureToTextFileDialog(mod) },
    "Import all my data...", rThread { dm_importStructureFromTextFileDialog(mod) }
  );
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027798
Snippet name: dm_importAndExportAllDataMenuItems
Eternal ID of this version: #1027798/2
Text MD5: e6b0e8fff072ee96592c4222d39fdcf3
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-04-13 12:49:15
Source code size: 291 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 162 / 187
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)