07-16-2008 07:05 AM - edited 07-16-2008 07:06 AM
07-17-2008 08:09 AM
07-18-2008 01:18 AM
Yes.
JoeLabView a écrit:Are you referring to the example I posted? If so, yes, done in Paint.I was lazy 😉
07-22-2008 10:39 AM
07-22-2008 11:01 AM
07-22-2008 11:25 AM
08-06-2008 03:18 PM
08-19-2008 03:27 PM - edited 08-19-2008 03:32 PM
Sorry, if you cannot figure out the code, load it in 8.6 and do a quick cleanup with the cleanup button. It does wonders here. 😉
To ensure proper operation, we also need to multiply by 1 and to keep the universe in balance we need to ensure that 50% of the wires flow right-to-left. For artistic values, let's make at least 5 coercion dots. (Cherries on top!) 😄
(See the original thread for better alternatives.)
08-27-2008 10:51 AM - edited 08-27-2008 10:52 AM
Hmm....
What's the purpose of the outer loop??? Once stop is pressed, the inner loop stops, but since the outer stop button has already been read,
the inner loop will spin once more before the outer loop can stop. Why??
A better solution:
08-28-2008 02:16 PM - edited 08-28-2008 02:17 PM
To unflatten a little endian string to a 2D I16 array is a near atomic operation (see 1) ,
...but just for fun, we could use a FOR loop and a formula node instead (see 2).
Both give the same result.
(adapted from this post)