Search found 4 matches

by kenzo
Sat Mar 16, 2013 5:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Time comparison
Replies: 10
Views: 11564

Re: Time comparison

>jacque

Thank you for explaining that. Since I am new to programming, I had no idea if I need to know objective-C.
by kenzo
Sat Mar 02, 2013 3:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Time comparison
Replies: 10
Views: 11564

Re: Time comparison

Thank you guys for additional information.

>jacque
That is so cool. I am wondering if there is a disadvantage of "very high level language".
If more complex the program is smaller advantage live code has, that means Java and Objective-C are better for sophisticated apps.
I am just guessing though ...
by kenzo
Thu Feb 28, 2013 11:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Time comparison
Replies: 10
Views: 11564

Re: Time comparison

Thank you guys! I did not expect that I would get help so quickly.
I am still not sure about basic syntax, especially integer, float, and string.
These concepts seem quite different from python, which is what I know a little bit.

>sturgis
Second one looks easier, and really makes sense.
I did ...
by kenzo
Thu Feb 28, 2013 4:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Time comparison
Replies: 10
Views: 11564

Time comparison

Hi, I am trying to make an app like website "opening hours":

In order to determine if the building is currently open, I need to compare times.

for example:

restaurantA is open from 11:00AM to 10:00PM on monday through Friday
if the current time is 12:00PM on monday, then put "Open" into field.
if ...