I can't get IIF, MIN and MAX functions to work. Is this a bug in shopbot? If not, can someone send me an example or the proper format for these functions.
I can't get IIF, MIN and MAX functions to work. Is this a bug in shopbot? If not, can someone send me an example or the proper format for these functions.
Do you have an example of what you're trying to do?
Have you seen this pdf (C:\Program Files (x86)\ShopBot\ShopBot 3\Help\Calculated_Functions.pdf)?
Scott
"It’s easier to fool everyone than it is to convince them they've been fooled" - Mark Twain
I have seen that PDF, thanks. I don't have a current need, I just noticed that IIF, MIN and MAX don't seem to work.
Here's the code I used to test:
&A = IIF(1,4,5)
PRINT &A
&B = (min(10,3,27,15))
PRINT &B
&C = (max(1,9))
PRINT &C
This is the output:
IIF(1
(min(10
(max(1