Page 1 of 1

NumPut and NumGet

Posted: 14 Jan 2016, 10:12
by oldbrother
大家好,

看到很多大虾在他们的程序里用NumPut and NumGet. 请问在什么情况下需要存取二进制变量到特定地址?是为了让程序更快吗?直接用变量不行吗?

帮助文件里没有讲到这些。
NumPut
Stores a number in binary format at the specified address+offset.

NumGet
Returns the binary number stored at the specified address+offset.

谢谢!

Re: NumPut and NumGet

Posted: 29 Jan 2016, 06:16
by amnesiac
很简单的方法:直接在论坛搜索,可以看到别人在什么脚本中会使用它们。