Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Min() Function #5

Open
JohnathonStoneMS opened this issue Feb 11, 2021 · 0 comments
Open

Min() Function #5

JohnathonStoneMS opened this issue Feb 11, 2021 · 0 comments

Comments

@JohnathonStoneMS
Copy link
Contributor

I need the complement of Max() for easy determination of the minimum of two values. Normally, this would require:

  • creating a table, taking the min() of some field
  • store this result in a variable using Peek()

Instead, I want to be able to simply write:
Call Min(vMin, vA, vB);
and have the value saved to vMin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant