S
SS
Guest
How do I use enterPoint when infix is turned on.
I have four functions A, B, C and D
there is an enterPoint function in function A . After accepting the
user input function 'A' calls function 'B'. Function 'B' has two
enterPoint functions. After the accepting the user input the second
enterPoint function sets prompts for the bindkeys. Depending on the
bindkey function C or D is called.
This program works fine when the infix is not turned on . However when
infix is turned on
Function 'B' is called from function A but the second enterPoint
function in function 'B' is not called.
Can anyone tell me how to use enterPoint when infix is turned on.
thanks,
Sriram
I have four functions A, B, C and D
there is an enterPoint function in function A . After accepting the
user input function 'A' calls function 'B'. Function 'B' has two
enterPoint functions. After the accepting the user input the second
enterPoint function sets prompts for the bindkeys. Depending on the
bindkey function C or D is called.
This program works fine when the infix is not turned on . However when
infix is turned on
Function 'B' is called from function A but the second enterPoint
function in function 'B' is not called.
Can anyone tell me how to use enterPoint when infix is turned on.
thanks,
Sriram