From the german forum wishlist.
NicTheQuick´s wish for PureBasic:
Include MOD directly into PureBasic.
Code: Select all
x = 270 MOD 256
Code: Select all
x = iMOD(270,256) ; with external library
German PureBasic Forum, http://www.Pure-Board.de
Edited by - Danilo on 11 June 2002 06:07:05
(Implemented as '%')