hello all. I have a really basic question for you: are there any vb functions like min or max so that you might have a bit of code like: \r\n \r\nx = min(x+y, 100) \r\n \r\ninstead of: \r\n \r\nx = x+y \r\nif x > 100 then x = 100 \r\n \r\npeace, \r\n \r\nJohn.
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET. subscribe