; Generate and display random number ; Note: The RND function uses a list of semi-random numbers. ; It will start at the same position of that list in ; every new session. So to get "real" random numbers ; you need to make sure the RND function is allways ; called within the same Kix script and session. ? rnd(99)