John Patrick Gerdeman on Fri, 23 May 2008 08:59:05 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: type convertion


As far as I know there is no way to get either element from an INTMOD.
But you could use %

?Mod(10,4)
%1 = Mod(2, 4)
?10%4
%2 = 2

I hope this helps.

John

Am Freitag, den 23.05.2008, 09:12 +0300 schrieb Kostas Patsakis:
> Is it possible to convert from INTMOD to integers?
> 
> Thanks in advance,
> Costas
> 
>