Topic
Multiple returns in a formual
- This topic has 2 replies and 2 voices and was last updated 14 years, 10 months ago ago by John Gerhardy.
-
AuthorPosts
-
29.06.2010 at 01:08 #33174John GerhardyParticipant
Hallo,
is it possible to return several values in one formula. At present I write one formula for each calculation. I would like to put these calcuations into one formula if posible. For instance, somthin like this:
Dataset A = Dataset B / 2
Dataset C = Dataset F * 10 -100Possible?
Sincerely,
John29.06.2010 at 01:08 #33176John GerhardyParticipantHallo,
is it possible to return several values in one formula. At present I write one formula for each calculation. I would like to put these calcuations into one formula if posible. For instance, somthin like this:
Dataset A = Dataset B / 2
Dataset C = Dataset F * 10 -100Possible?
Sincerely,
John29.06.2010 at 20:31 #33175Bernhard KantzParticipantYes, this is possible. You could return your datasets as a list like this:
[code][A, C][/code]
To access the values of A in another formula you could write something like this:
[code]CalcResult.A[/code]
Please take a look at the list operator in the online help for more information.Support
support@weisang.com -
AuthorPosts
- You must be logged in to reply to this topic.