Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Author
Message
vectorUK
21
Years of Service
User Offline
Joined: 8th Nov 2002
Location:
Posted: 9th Nov 2002 00:53
I have been thinking about buying DBPro, but with the new price change comming shortly, I have decided to hang on until the 18th.I have however downloaded the V2 demo and tried to use it. I am having a few problems with the demo though.
The - Step function does not work in a for next loop.
The paste function does not work on cut or copied text.
Should the demo version allow you to save projects, so you to carry on with your work later.
The programme occasionally launches my cable connection, with Windows Explorer loading up on the Dark Basic HomePage. Strange that?
Any ideas anyone, I am running XP Pro with a AMD 2100+
rapscaLLion
21
Years of Service
User Offline
Joined: 29th Aug 2002
Location: Canada
Posted: 9th Nov 2002 03:04
Well, I don't know why the Step function doesn't work, but I think the paste function is disabled so you can't paste code into the editor, to avoid the disabled saving problem. My guess about launching IE is advertising.

Alex Wanuch
aka rapscaLLion
Get the DB Weekly Newsletter at www.dbwn.cjb.net
swdave
21
Years of Service
User Offline
Joined: 6th Oct 2002
Location: United States
Posted: 9th Nov 2002 05:41
rem I think dbp for/next is picky on the type
rem This code wont work
`for x# =1 to 10 step 2
` print x#
`next x#
rem This wont work either.
`for x =10.0 to 1.0 step -2.0
` print x
`next x

rem Try this instead
for x# =1.0 to 10.0 step 2.0
print x#
next x#
for x# =10.0 to 1.0 step -1.5
print x#
next x#

for x =10 to 1 step -2
print x
next x

sync
wait key

Puffy
21
Years of Service
User Offline
Joined: 4th Sep 2002
Location: United States
Posted: 9th Nov 2002 08:43
=D yes this version of db is very picky on what your using... remember your #'s and $'s ... and it will be fine

AMD Athlon XP 2100+ OC to 3Ghz/1.5gigs ram/128mb ti4200/120gigs hd/19" monitor/Sound Blaster Audigy Platinum EX/2.5mbs Sat Con... I joined in!

Login to post a reply

Server time is: 2024-04-19 10:16:24
Your offset time is: 2024-04-19 10:16:24