RUN
- 来源: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgRun
- 最后更新: 2016-02-10
将执行转移到外部程序
语法
declare function Run ( byref program as const string, byref arguments as const string = "``" ) as long
将执行转移到外部程序
declare function Run ( byref program as const string, byref arguments as const string = "``" ) as long