找回密码
 加入
搜索
查看: 213|回复: 8

codetest

[复制链接]
发表于 2023-11-25 11:50:28 | 显示全部楼层 |阅读模式
Local $a = 5
MsgBox

Local $a = 5
MsgBox



 楼主| 发表于 2023-11-25 12:40:22 | 显示全部楼层
Func _ArrayAdd(ByRef $aArray, $vValue, $iStart = 0, $sDelim_Item = "|", $sDelim_Row = @CRLF, $iForce = $ARRAYFILL_FORCE_DEFAULT)

        If $iStart = Default Then $iStart = 0
        If $sDelim_Item = Default Then $sDelim_Item = "|"
        If $sDelim_Row = Default Then $sDelim_Row = @CRLF
        If $iForce = Default Then $iForce = $ARRAYFILL_FORCE_DEFAULT
        If Not IsArray($aArray) Then Return SetError(1, 0, -1)
        Local $iDim_1 = UBound($aArray, $UBOUND_ROWS)
        Local $hDataType = 0
        Switch $iForce
                Case $ARRAYFILL_FORCE_INT
                        $hDataType = Int
                Case $ARRAYFILL_FORCE_NUMBER
                        $hDataType = Number
                Case $ARRAYFILL_FORCE_PTR
                        $hDataType = Ptr
                Case $ARRAYFILL_FORCE_HWND
                        $hDataType = Hwnd
                Case $ARRAYFILL_FORCE_STRING
                        $hDataType = String
                Case $ARRAYFILL_FORCE_BOOLEAN
                        $hDataType = "Boolean"
        EndSwitch
 楼主| 发表于 2023-11-25 13:06:36 | 显示全部楼层
显示IP测试
 楼主| 发表于 2023-11-25 14:22:23 | 显示全部楼层
Func _ArrayAdd(ByRef $aArray, $vValue, $iStart = 0, $sDelim_Item = "|", $sDelim_Row = @CRLF, $iForce = $ARRAYFILL_FORCE_DEFAULT)

        If $iStart = Default Then $iStart = 0
        If $sDelim_Item = Default Then $sDelim_Item = "|"
        If $sDelim_Row = Default Then $sDelim_Row = @CRLF
        If $iForce = Default Then $iForce = $ARRAYFILL_FORCE_DEFAULT
        If Not IsArray($aArray) Then Return SetError(1, 0, -1)
        Local $iDim_1 = UBound($aArray, $UBOUND_ROWS)
        Local $hDataType = 0
        Switch $iForce
                Case $ARRAYFILL_FORCE_INT
                        $hDataType = Int
                Case $ARRAYFILL_FORCE_NUMBER
                        $hDataType = Number
                Case $ARRAYFILL_FORCE_PTR
                        $hDataType = Ptr
                Case $ARRAYFILL_FORCE_HWND
                        $hDataType = Hwnd
                Case $ARRAYFILL_FORCE_STRING
                        $hDataType = String
                Case $ARRAYFILL_FORCE_BOOLEAN
                        $hDataType = "Boolean"
        EndSwitch

发表于 2023-11-25 17:41:53 | 显示全部楼层
新论坛,访问速度真快啊!
 楼主| 发表于 2023-11-25 17:47:16 | 显示全部楼层
xuanniao110 发表于 2023-11-25 17:41
新论坛,访问速度真快啊!

速度快点,但流量有限,不知道够用不,且用且珍惜。
发表于 2023-11-25 19:19:03 | 显示全部楼层
haijie1223 发表于 2023-11-25 17:47
速度快点,但流量有限,不知道够用不,且用且珍惜。

CDN啊,CloudFlare免费的够用了...
 楼主| 发表于 2023-11-26 18:25:22 | 显示全部楼层
""
'        '
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-5-4 02:05 , Processed in 0.075360 second(s), 19 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表