Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Re-seeding issue in FB
#1

I am attempting to implement re-seeding technigue. I posted the same at QB in General section. Mac suggested the code as below:
Code:
CLS
DO
  RANDOMIZE TIMER
  seed = RND * 999999
  y = RND(-seed)
  FOR i = 1 TO 5: PRINT RND; : NEXT i: PRINT
  y = RND(-seed)
  FOR i = 1 TO 5: PRINT RND; : NEXT i: PRINT
  INPUT "Again"; a$
LOOP WHILE LEFT$(UCASE$(a$ + " "), 1) = "Y"
CLS
SYSTEM

It works in QB but not so in FB. Any suggestion?

TIA Smile

Geo
Reply


Messages In This Thread
Re-seeding issue in FB - by kawageo - 02-23-2005, 02:46 AM
Re-seeding issue in FB - by dumbledore - 02-23-2005, 09:24 AM
Re-seeding issue in FB - by dumbledore - 02-23-2005, 09:33 AM
Re-seeding issue in FB - by kawageo - 02-23-2005, 09:32 PM
Re-seeding issue in FB - by v3cz0r - 02-24-2005, 07:11 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)