on-rev livecodeServer 4.6.3 .irev .lc
Michael Kann
mikekann at yahoo.com
Thu Jul 28 15:40:08 EDT 2011
Andre,
Thanks for the info. It looks like you can use either the old irev server or the new liveCodeServer server, depending on the file extension you use.
-----------------------------
file: get_version.irev
<?rev
put the version
?>
output: 3.5
--------------------------
--------------------------
file: get_version.lc
<?rev
put the version
?>
output: 4.6.3
--------------------------
--------------------------
file: get_version.irev
<?lc
put the version
?>
output: JUNK as expected
--------------------------
--------------------------
file: get_version.lc
<?rev
put the version
?>
output: 4.6.3
--- the file extension decides which version you get,
--- you can use either <?rev or <?lc for your scripts
--------------------------
--------------------------
Mike
--- On Thu, 7/28/11, Andre Garzia <andre at andregarzia.com> wrote:
From: Andre Garzia <andre at andregarzia.com>
Subject: Re: on-rev livecodeServer 4.6.3 .irev .lc
To: "How to use LiveCode" <use-livecode at lists.runrev.com>
Date: Thursday, July 28, 2011, 9:38 AM
Michael,
I think on-rev might be updated, do a:
<?lc
put the version
?>
and see if it is something like 4.6.3...
On Thu, Jul 28, 2011 at 9:28 AM, Michael Kann <mikekann at yahoo.com> wrote:
> Fellow webmeisters,
>
> I just read the release notes for the livecodeServer 4.6.3 and was
> wondering if the on-rev server has been changed over from revServer to
> livecodeServer and what that means for the users. I tried using the <?lc
> ?> syntax and it worked. Are "lc" and "irev" interchangeable now? Or does
> "lc" get you the new server and "irev" the old one? I'm especially
> interested in the UNICODE functions. Any gotchas get anyone yet? Thanks as
> always.
>
> Mike
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
--
http://www.andregarzia.com All We Do Is Code.
_______________________________________________
use-livecode mailing list
use-livecode at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list