T
Tim923
I developed a habit of using multiple declaration statements without
being aware of it, maybe from Pascal. Is that style no longer taught
or used?
decimal decTotalCost = 0M, decTotalDiscount = 0M,
decTotalExtendedPrice = 0M;
or
decimal decTotalCost = 0M;
decimal decTotalDiscount = 0M;
decimal decTotalExtendedPrice = 0M;
-
http://mysite.verizon.net/vze8adrh/news.html (profile) --Tim923 My email is valid.
being aware of it, maybe from Pascal. Is that style no longer taught
or used?
decimal decTotalCost = 0M, decTotalDiscount = 0M,
decTotalExtendedPrice = 0M;
or
decimal decTotalCost = 0M;
decimal decTotalDiscount = 0M;
decimal decTotalExtendedPrice = 0M;
-
http://mysite.verizon.net/vze8adrh/news.html (profile) --Tim923 My email is valid.