欢迎图片

Changes for page 08 Macro Script

Last modified by xingzhi lin on 2025/09/24 10:14

From version 2.1
edited by xingzhi lin
on 2025/09/24 10:08
Change comment: There is no comment for this version
To version 2.2
edited by xingzhi lin
on 2025/09/24 10:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2328,10 +2328,10 @@
2328 2328  
2329 2329  a = InStr ("Hello", "o") ' calculate the position of"o"in"hello".
2330 2330  
2331 -float2d ("@W_HDW0",a) ' Returned value is 4.(start with 0)
2331 +@W_HDW0=a ' Returned value is 4.(start with 0)
2332 2332  {{/code}}
2333 2333  
2334 -**Result:** HDW0=4
2334 +**Result:** HDW0="4"
2335 2335  
2336 2336  == **Int2D** ==
2337 2337