❔ copy specific item from string array to another one
( the order in copied one isn't matter )
& Also it's possible the user copy from second string array to the same copied one
How can i do it !
6 Replies
I didn't get it ! 😅
@blinkbat
here we have an array of items, and if the input matches one of those items, it gets added to the second array
what are you trying to do?
I'm doing like a backend with simple c# for college so i have 4 arrays ( 3 string & 3 double) 2 from the string are for products and 2 from the doubles for prices
When the user want to add item to the cart they will copied to cart string array and the price will copied to double total price for cart
@blinkbat
at that point i would make a simple class
and just pass around instances of Product
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.