IIF(), MIN(), MAX() 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)?
Attached Files
Scott
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
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules