Changes for page Lua Script
Last modified by Devin Chen on 2025/11/10 16:04
From version 6.2
edited by xingzhi lin
on 2025/10/31 10:41
on 2025/10/31 10:41
Change comment:
There is no comment for this version
To version 5.2
edited by xingzhi lin
on 2025/10/31 09:57
on 2025/10/31 09:57
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -659,20 +659,8 @@ 659 659 |(% style="width:203px" %)11|(% style="width:967px" %)Characters are stored in one word 660 660 |(% style="width:203px" %)12|(% style="width:967px" %)Unicode text 661 661 662 -* element5:element 663 663 664 -|=(% style="width: 203px;" %)Value|=(% style="width: 967px;" %)Describe 665 -|(% style="width:203px" %)0|(% style="width:967px" %)Default 666 -|(% style="width:203px" %)4|(% style="width:967px" %)Gbk text, normal setting 667 -|(% style="width:203px" %)5|(% style="width:967px" %)Gbk text, the first byte is the string length 668 -|(% style="width:203px" %)12|(% style="width:967px" %)Unicode text 669 669 670 -* element6:element 671 - 672 -|=(% style="width: 203px;" %)Value|=(% style="width: 967px;" %)Describe 673 -|(% style="width:203px" %)0|(% style="width:967px" %)Default 674 -|(% style="width:203px" %)11|(% style="width:967px" %)Characters are stored in one word 675 - 676 676 Return: 677 677 678 678 * Success: true ... ... @@ -682,7 +682,7 @@ 682 682 683 683 {{code language="Lua"}} 684 684 local str = "Hello" 685 -we_bas_setstring("@W_HDW0", str , 10, 0, 0, 0, 0)673 +we_bas_setstring("@W_HDW0", str) 686 686 {{/code}} 687 687 688 688 == [[we_bas_bmov>>||anchor="HAddressclass"]] == ... ... @@ -7843,23 +7843,6 @@ 7843 7843 |crc16_arc|0x8005|0x0000|0x0000|true|true|123456789|0xBB3D 7844 7844 |crc32|0x04C11DB7|0xFFFFFFF|0xFFFFFFF|true|true|123456789|0xCBF43926 7845 7845 7846 -= LuaUserSecure = 7847 - 7848 -== user_secure.usersecure_getInfo == 7849 - 7850 -== user_secure.usersecure_addInfo == 7851 - 7852 -== user_secure.usersecure_deleteInfo == 7853 - 7854 -== user_secure.usersecure_login == 7855 - 7856 -== user_secure.usersecure_logout == 7857 - 7858 -== user_secure.usersecure_updatepwd == 7859 - 7860 -= LuaChart = 7861 - 7862 - 7863 7863 = Environment operation = 7864 7864 7865 7865 (% class="wikigeneratedid" id="HGetsqliteenvironment" %)