//--------------------------------- public StrongString GetForServer() { StrongString myString = Coupon.GetForServer() + InCharSeparator + // 1 Diamond.GetForServer() + InCharSeparator + // 2 Stone.GetForServer() + InCharSeparator + // 3 Silver.GetForServer() + InCharSeparator + // 4 Coin.GetForServer() + InCharSeparator + // 5 Mana.GetForServer() + InCharSeparator + // 6 MP.GetForServer() + InCharSeparator; // 7 return(myString); }