-
Notifications
You must be signed in to change notification settings - Fork 57
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
im noob #53
Comments
I don't know what you're trying to achieve, so can't answer your question. Also, please format your code using Markdown for better readability (wrap between ````javascript` and ````` lines). |
sry
|
Now I see. No, you can't use In your case, it will be smth like: msh: {
artworks: ['string0', 9],
version: ['array', 'uint8', 8],
indices: ['array', 'uint8', 8],
versionName: ['string0', function (context) {
return context.indices[4];
});
} or, if using ES6, Does this answer your question? |
TypeError: Size is not a number.
input[5]=htmlEscape(binary.read('versionName')); it does not work that way but I have no trouble reading the binary and arrays :) |
That's strange, can you do |
trow the same thing |
it is possible?
'indices[4]' as variable
The text was updated successfully, but these errors were encountered: