1753468 Members
4792 Online
108794 Solutions
New Discussion

TACL modulo function

 
Go to solution
Bannatyne84
Occasional Contributor

TACL modulo function

Hi,

    TACL has no built-in MOD function. Does anybody know another way of implementing a mod function in TACL?

 

Thanks

 

 

 P.S.This thread has been moved from NonStop Servers to NonStop OS-HP Forums Moderator

1 REPLY 1
Dennis Handly
Acclaimed Contributor
Solution

Re: TACL modulo function

If it has integer divide, you can compute the remainder from that.