Skip to Content
0
Former Member
May 18, 2010 at 07:11 AM

BPC Scripting FOX Equivalent

41 Views

Hi

I am looking for a way to write the following FOX in BPC Scripting Logic and cannot find any documentation on how to do it. Any help would be greatly appreciated:

IF L_V_P00400 > 12478.

{0AMOUNT, C, K, E, P, L_S_UIF} = 12478 * L_V_P00100/100.

ELSE.

{0AMOUNT, C, K, E, P, L_S_UIF} = L_V_P00400 * L_V_P00100/100.

ENDIF.