代码拉取完成,页面将自动刷新
VERSION 10.0
SYNCHRONOUS_ONLY
INCLUDE _std_small
INCLUDE _ht350
INCLUDE header
HELP hlp1, view("help nwsync")
RESET res1
SCRIPT PREINIT
BEGIN
program initialize
END
DIALOG main, title("nwsync - Sync Network With Variables")
BEGIN
TEXT tx_net 50 40 140 ., label("Network:")
COMBOBOX cb_net 50 60 250 ., dropdownlist label("Network") contents(netlist) nomem
CHECKBOX cx_from 50 90 350 ., label("Synchronize from Stata variables") option(fromstata) nomem
CHECKBOX cx_lab 50 120 350 ., label("Synchronize node labels") option(label) nomem
END
LIST netlist
BEGIN
// intentionally empty
// this list will be populated by _nwdialog.ado
END
PROGRAM initialize
BEGIN
put "_nwdialog nwsync"
stata hidden immediate
END
PROGRAM command
BEGIN
put "nwsync " main.cb_net
beginoptions
option main.cx_from
option main.cx_lab
endoptions
stata
END
*! v1.5.0 __ 17 Sep 2015 __ 13:09:53
*! v1.5.1 __ 17 Sep 2015 __ 14:54:23
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。