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 / Has Texted Been Inputted

Author
Message
Regen eratez
17
Years of Service
User Offline
Joined: 8th May 2007
Location:
Posted: 20th Jun 2009 00:08
Hey guys, This is a little of my code:



right, makes sence, however I want to do something different, is their a way you can do this using the > command, for example, if code$>0 to detect whether some text has been added?

Thanks!
Dream And Death
18
Years of Service
User Offline
Joined: 21st Feb 2006
Location: The circus! Juggling job, kids and DBPro
Posted: 20th Jun 2009 00:16
If len(code$s)>0
` Do something
endif

"You get what everyone gets, you get a lifetime!" - Death, The Sandman Library

First you Dream, then you ... - Neil Gaiman, 2001
Regen eratez
17
Years of Service
User Offline
Joined: 8th May 2007
Location:
Posted: 20th Jun 2009 00:19
That works very well!

Thank you very much
Databug
15
Years of Service
User Offline
Joined: 27th Oct 2008
Location: Elsewhere
Posted: 20th Jun 2009 19:57
Additionally, you can do
if code$ <> ""
` do something
endif

Login to post a reply

Server time is: 2024-09-28 08:25:29
Your offset time is: 2024-09-28 08:25:29