var tab = {1;2;3};var tab2 = table.clone(tab);console.varDump(tab,tab2)console.pause()...
type.string 值是 “string”,type.number 值是 “number”等,其中:type.string,type.null,type.boolean,type.number,type.function,type.table等是最常用的,其它的不是很常用,强制类型转换中有3个函数,其中,tostring和tonumber为常用,topointer不常用.再看”API类型”按钮的菜单如图,因为基本上都是raw库(静态编...
你把 string.list 转换为 table当然就是无序的。问这种问题就相当于在问你下了飞机还能在天上飞一样...
import win.dlg.message;/*DSG{{*/varwinform = win.form(text="菜单用法演示";right=497;bottom=345;border="dialog frame";max=false;min=false;topmost=1) winform.add()/*}}*/vart =3*1000;//弹框关闭时间,3s//创建弹出菜单,可以在这里创建,也可以使用后面的主菜单的addTable()进行创建varmenuFile...
var myarr1 = string.split(mystr,"|") console.log(tostring(myarr1)) // table:04ECEF58 //判断一个字符串是否在另一个字符串内 find console.log("---") var iscontaians = false /* var pos pos = string.find(mystr,substr) if
importgolang.string;vargoStr = golang.string('这是 aardio 字符串,UTF-8 编码');//在 Go 里这个参数应当声明为 *string 指针类型(aardio 结构体总是传址)goDll.TestStringPtr(goStr);//不要在 Go 中保存 aardio 传过去的字符串 在得到 goStr 以后要立即调用 tostring( goStr ) 转换为 aardio 字符...
var text,count = string.replace(text,'\n', '\r\n'); return {text=text, count=count}; } else {return;} } } //转换为 mac 格式 var transform_to_mac = function(){ select(get_current_file_format()) { case _dos {//dos
扩展reportX报表控件,依赖于reportX.aardio库。 代码如下: //reportXEx 报表控件扩展版 import reportX class reportXEx{ ctor(winform){ this = ..reportX(winform); if(!this) return; }; setTable = function(t){ this.InvalidatePaint() var fields = t.fields; ...
开始就说了,是为了试验webSocket库。这里肯定要继承啦。别的就不写了,昨天说了却换界面的时候容易报错,干脆暂时还是搞单界面吧。把却换的屏蔽了。先建了一个socect库专门处理websockect消息。//socket应用namespace socect;import base;import table;import string;import time;im...
table.push( r, dt ); winform.TB_RegCode.text = string.join(r,"-"); var a,b = decryptDate( encryptDate( tonumber(winform.DP_Exp.time),currentUser ) ,currentUser ); winform.TB_DeRegCode.text = b win.clip.write( winform.TB_RegCode.text ) ...