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.

Newcomers DBPro Corner / problem with code

Author
Message
ham freak 2002
20
Years of Service
User Offline
Joined: 18th Jun 2004
Location:
Posted: 19th Jun 2004 04:11
im trying to get the LOCATE command to work please help

cls
do
row = 100
column = 100
if upkey()=1 then row = row - 1
LOCATE row,column
print "C"
loop

im new but i wanna learn
CattleRustler
Retired Moderator
21
Years of Service
User Offline
Joined: 8th Aug 2003
Location: case modding at overclock.net
Posted: 19th Jun 2004 04:49
cls
do
row = 100
column = 100
if upkey()=1
row = row - 1
LOCATE row,column
print "C"
endif
loop


* DBP_NETLIB_v1.4 - w/VARIABLE WATCHER & CONSOLE! * Click Logo

Login to post a reply

Server time is: 2024-09-22 14:19:02
Your offset time is: 2024-09-22 14:19:02