Jump to content

storing values


Recommended Posts

QUOTE (vultac @ Feb 8 2009, 07:01 PM)

Hi guys, Would like to ask if i use a for loop and keep on loop for eg multiples of 8... and i want to store the outputs and display out all of them later...in what ways could i do it? thanks!

You can use "enable indexing" in the for loop to store the output of each element into an array, then you can display the whole array later. :)

Link to comment

i was just wondering. if i use while loop and i want it to stop if for example my output reaches 1111 in binary form how can i wire the red dot so this could happen? thanks!

i was just wondering. if i use while loop and i want it to stop if for example my output reaches 1111 in binary form how can i wire the red dot so this could happen? thanks!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.