henriks Posted February 26, 2015 Report Posted February 26, 2015 (edited) Capture.PNG shows my structured data block. As shown in Capture2.PNG, I'm trying to write to a specefied element in the data block. X and Y are variables. My thought is to write to line number 'Y' in the data block, and to element numbre 'X' in this line. The main problem is to select the right line. I can choose "Pixels.line_1[x]" or "Pixels.line_2[x]" aso, but how do I set the line selection as a variable? Edited February 26, 2015 by henriks Quote
kaare_t Posted February 26, 2015 Report Posted February 26, 2015 Create a two-dimensional array and address it using variables. See picture. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.