AddVolume

See Also...

Related Topics

 

 

Description

This formula gives a total of instrument volumes.

 

This formula is designed for application in a quote window.

 

 

Formula

AddVolume=begin

  retval = NONUM

  ttlVol = 0

 

  for i = 1 to PARAMCOUNT begin

    if $[i].tvol != NONUM then ttlVol = ttlVol + $[i].tvol

  end

  retval = ttlVol

end

 

 

Parameters

The number of arguments in this formula may vary.

 

The arguments are $n references, i.e.,

 

AddVolume($1, $2, $3, $4, $5)

 

 

Return Value

A total volume value.

 

 

Examples

NA

 

 

Comments

NA

 

©2008 Aspen Research Group, Ltd. All rights reserved. Terms of Use.