forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Really dumb checkbox question

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Seffyroff
Newbie


Joined: 08 Apr 2002
Posts: 15

PostPosted: Tue Apr 09, 2002 5:06 pm    Post subject: Really dumb checkbox question Reply with quote

Can I check the state of checkboxes with an IF @NULL(checkbox) statement, or do I have to do something else like use a click event or something to assign a value to a variable?

Currently i'm doing this:
IF @NULL(UpdatePS2ELF)
do something
ELSE
do something else

Should that work?
Back to top
View user's profile Send private message
VDSuser
Contributor
Contributor


Joined: 21 Mar 2002
Posts: 58
Location: Somewhere in time

PostPosted: Tue Apr 09, 2002 5:22 pm    Post subject: Reply with quote

Checkboxes can be checked with @dlgtext values, as in
if @dlgtext(checkbox)
do this
else
do that
end

@dlgtext(checkbox) will be TRUE if box is checked, otherwise FALSE.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group