R
Ralphey at mtgmelb.com
Guest
Okay, I've decided that I'll track my collection and play cards using quality
as a separator (Mint for the Collection, Unknown for the Play, and the
other qualities
for purposes yet to be discovered!
Now, I need to "move" cards previously entered from one quality to another.
How do I perform the following:
foreach card in inventory
If Quantity_Owned (Quality Unknown) >= 1 then
Quantity_Owned (Quality Mint) = 1
Quantity_Owned (Quality Unknown) = Quantity_Owned (Quality Unknown) - 1
endif
next card
I don't really want to have to do this by hand, because then I'd
effectively have to reinventory.
Help please!
R.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/WuQolB/TM
---------------------------------------------------------------------~->
as a separator (Mint for the Collection, Unknown for the Play, and the
other qualities
for purposes yet to be discovered!

Now, I need to "move" cards previously entered from one quality to another.
How do I perform the following:
foreach card in inventory
If Quantity_Owned (Quality Unknown) >= 1 then
Quantity_Owned (Quality Mint) = 1
Quantity_Owned (Quality Unknown) = Quantity_Owned (Quality Unknown) - 1
endif
next card
I don't really want to have to do this by hand, because then I'd
effectively have to reinventory.
Help please!
R.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/WuQolB/TM
---------------------------------------------------------------------~->