\r\n\r\n
Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > min/max math compare func's?


\r\n \r\n
 
 
Thread Tools Display Modes

\r\n\r\n\r\n
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.
\r\n \r\n\r\n
\r\n \r\n\r\n \r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n \r\n
\r\n
\r\n \r\n \r\n Last edited by JohnGalt; 09-24-2004 at 08:22 AM.\r\n \r\n \r\n \r\n
\r\n \r\n \r\n\r\n
\r\n \r\n \r\n \r\n \r\n Reply With Quote\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n \r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n'; pd[854000] = '\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n\r\n
\r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n
\r\n
\r\n  \r\n #2  \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n
\r\n \r\n Old\r\n \r\n 09-24-2004, 07:43 AM\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n
Mike Rosenblum\'s Avatar\r\n\r\n
\r\n \r\n Mike Rosenblum\r\n Mike Rosenblum is offline\r\n\r\n\r\n
Prev Previous Post   Next Post Next
  #1  
Old 09-24-2004, 07:40 AM
JohnGalt JohnGalt is offline
Newcomer
 
Join Date: Feb 2004
Posts: 9
Default min/max math compare func's?


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:

x = min(x+y, 100)

instead of:

x = x+y
if x > 100 then x = 100

peace,

John.

Last edited by JohnGalt; 09-24-2004 at 08:22 AM.
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
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
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->