Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ToString 不能处理数值型数组 #4

Closed
ArcticLampyrid opened this issue Aug 12, 2019 · 0 comments
Closed

ToString 不能处理数值型数组 #4

ArcticLampyrid opened this issue Aug 12, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@ArcticLampyrid
Copy link
Member

.版本 2

.局部变量 a, 小数型, , "1"
.局部变量 b, 整数型, , "1"
.局部变量 c, 字节型, , "0"

a [1] = 取字节集数据 (到字节集 (十六进制 (“46464952”)), #小数型, )
b [1] = 十六进制 (“46464952”)
c = { 82, 73, 70, 70 }
检查 (到文本 (a) = “RIFF”)
检查 (到文本 (b) = “RIFF”)
检查 (到文本 (c) = “RIFF”)
@ArcticLampyrid ArcticLampyrid added the bug Something isn't working label Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant