You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were two issues - first when you initialized the array Text then you didn't assign values to the array items. Secondly - you created the Account variable but didn't assign it to Accounts[index].
I hope that using this example you can extend on rest of your implementation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to build a batch processing circuit
But when I am testing,I met this problem:
I referred to the sample and used the following code to test
Beta Was this translation helpful? Give feedback.
All reactions