|
View your shopping cart.
Recent topics
Recent Comments |
What a funny/wired thing...Hi! I am trying to build a list from 1 to X so I plugged a index variable to a queu and it doesn't respect to order. instead, the yellow box shows you a nice structure well orginzed. Does any body know why?? :)
More like this
|
you're using a queue in an iterator -- that's not going to do what you expect, because the Queue is stateful.
to build a structure from 1 to X, use javascript.
Oh! Thank you for your quick reply! Anyone has the js code?
Thank you!!! just a simple question: What is the difference between Queu 0:(0)= 0 1:(1)= 1 .... JS 0:"0"= 0 1:"1"= 1 ....
Is this important to understand something?
Thank you!!