What is the difference between store and push? #1522
-
Hi All, can anyone explain what is the difference between push and store?
The two lines below:
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ScottTan98
May 31, 2022
Replies: 1 comment 4 replies
-
when u using an array , you must then using push function to put the data into that array. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when u using an array , you must then using push function to put the data into that array.
For the store function, is more likely to just simple store the value to the assign places (for this case will be the storageNum)