Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

REBOL Vars Re:(3)

 [1/6] from: chris::ross-gill::co::uk at: 27-Jul-2000 19:00


Hi [trobrock--crosswinds--net],
> then how can i use this if statement: if now/time == VAR [
if now/time = 3:15 [print "alarm"] or use either, either now/time = 3:15 [print "now"][print "not now"] - Chris

 [2/6] from: trobrock:crosswinds at: 27-Jul-2000 14:21


I want the 3:15 to be like TIME which is a var

 [3/6] from: kevin:sunshinecable at: 27-Jul-2000 11:39


> I want the 3:15 to be like TIME which is a var
So use: alarm: 3:15 if now/time = alarm [print "alarm"] Kev
> -----Original Message----- > From: [chris--ross-gill--co--uk] [mailto:[chris--ross-gill--co--uk]]
<<quoted lines omitted: 7>>
> either now/time = 3:15 [print "now"][print "not now"] > - Chris
------------------------------------------------------------------------ Kevin McKinnon, System/Network Administrator [kevin--sunshinecable--com] Sunshine Communications http://www.sunshinecable.com PGP Public Key: http://www.dockmaster.net/pgp.html PGP 6.0 www.pgp.com

 [4/6] from: trobrock:crosswinds at: 27-Jul-2000 11:06


How Can I Have A Script Ask The User Like What Is Your Name And What They Type Set To A Var Like Name?

 [5/6] from: kracik:mbox:dkm:cz at: 27-Jul-2000 17:30


Hi, it's easy like this: name: ask "What is your name? " -- Michal Kracik [trobrock--crosswinds--net] wrote:

 [6/6] from: trobrock:crosswinds at: 27-Jul-2000 12:37


then how can i use this if statement: if now/time == VAR [

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted