Multivalue multiplication with single value (AREV Specific)
At 07 FEB 2001 09:26:15PM Chris Meyer wrote:
I believe there is an undocumented standard function that muliplies a single value with a multivalue.
Regards
Chris Meyer
At 08 FEB 2001 01:29AM Donald Bakke wrote:
Chris,
I believe it was the REPEAT command: Ans=x * Repeat(5) I believe, but I could be wrong, that you had to put a literal number within the parenthesis and that it had to be on the right hand side. Been too long… dbakke@srpcs.com SRP Computer Solutions, Inc.
</QUOTE> —- === At 08 FEB 2001 03:03AM The Sprezzatura Group wrote: === <QUOTE>Suspect it was ReUse i.e. X=1 : @Vm : 2 : @Vm : 3 Y=x * Reuse(5)
World Leaders in all things RevSoft
At 08 FEB 2001 10:13AM Donald Bakke wrote:
Yep!
dbakke@srpcs.com
At 10 FEB 2001 07:43AM Chris Meyer wrote:
Many thanks for that.