Search found 10071 matches

by richmond62
Thu Aug 21, 2025 4:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 29
Views: 1250

Re: Problem with date

A free-born Englishman
I'd be a bit careful where you use that phrase.
by richmond62
Thu Aug 21, 2025 10:30 am
Forum: Made With LiveCode
Topic: MR LOGO Proramming Environment
Replies: 18
Views: 4389

Re: MR LOGO Proramming Environment

NLCT.livecode.zip
(121.57 KiB) Downloaded 13 times
by richmond62
Thu Aug 21, 2025 7:55 am
Forum: Talking LiveCode
Topic: The end of XTalk / LiveCode for me
Replies: 30
Views: 8592

Re: The end of XTalk / LiveCode for me

This thread is a bit odd: 1. It started by the OP stating that he was not going to use LiveCode any more (why he had to announce that was a mystery to me). 2. Then it became a sort of "compare and contrast" exercise between LC and various other programming environments. 2.1. This, apparently, contai...
by richmond62
Wed Aug 20, 2025 7:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Hex-ache
Replies: 3
Views: 193

Re: Hex-ache

Thank you both for your help. 8)
by richmond62
Wed Aug 20, 2025 6:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Hex-ache
Replies: 3
Views: 193

Hex-ache

If I do this sort of thing: put codePointToNum("Ξ") I get 926 , which is that code point's Unicode address in decimal format . . . which is a bit of a pain in the bum as I should like it in Hexadecimal (39E) without having to play "silly buggers' with the calculator app (especially when I have about...
by richmond62
Wed Aug 20, 2025 6:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 29
Views: 1250

Re: Problem with date

Is it just me, or?

Code: Select all

fld "dateready" is 3 then
or, might that not be:

Code: Select all

fld "dateready" contains 3 then
by richmond62
Wed Aug 20, 2025 4:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 29
Views: 1250

Re: Problem with date

And, in a global world better tools are needed:
-
tDate.png
-
Robot says:
-
marvin-the-paranoid-android.jpg
-
scholars estimate that roughly 40-50 distinct calendar systems are still actively used today in some capacity
by richmond62
Wed Aug 20, 2025 4:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 29
Views: 1250

Re: Problem with date

Right . . . In a button setting it to false : - Screenshot 2025-08-20 at 18.27.56.png - It does noting, as advertised. In a button setting it to true - Screenshot 2025-08-20 at 18.28.30.png - It DOES change the format , and also mucks around with the itemDelimiter . :cry: What is hilarious about th...
by richmond62
Wed Aug 20, 2025 4:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 29
Views: 1250

Re: Problem with date

That appears to be non-functional:
-
Screenshot 2025-08-20 at 18.23.17.jpg
by richmond62
Wed Aug 20, 2025 3:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 29
Views: 1250

Re: Problem with date

Here's a fairly silly stack that will convert your system date to what LiveCode erroneously calls the 'English' date:
-
Screenshot 2025-08-20 at 17.55.27.png
by richmond62
Wed Aug 20, 2025 3:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 29
Views: 1250

Re: Problem with date

Code: Select all

on mouseUp
   put "1/1/08 3:06 AM" into theTime
   convert theTime to seconds
   put theTime
end mouseUp
by richmond62
Wed Aug 20, 2025 3:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 29
Views: 1250

Re: Problem with date

There is some confusion as today, in the English format is: 20/08/2025 while the American format is: 08/20/2025 But for some ODD reason: - Screenshot 2025-08-20 at 17.13.31.png - inwith LiveCode 'english' specifies the American date format. :roll: https://forums.livecode.com/viewtopic.php?t=21655 in...
by richmond62
Wed Aug 20, 2025 3:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 29
Views: 1250

Re: Problem with date

ENGLISH date (mm/dd/yy) That is an American date, and not an English one. AND if you ask for the date: put the date you will get whatever is the format of the end-user's computer. If you do this: put the dateFormat you will be able to use that to work out what format the end-user is using. For inst...
by richmond62
Tue Aug 19, 2025 11:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Comparing scripts
Replies: 4
Views: 486

Re: Comparing scripts

I have had a long-term love affair with BBEdit since about 2000; mind you that did involve their TextWranger for a bit.
by richmond62
Tue Aug 19, 2025 9:55 am
Forum: Talking LiveCode
Topic: The end of XTalk / LiveCode for me
Replies: 30
Views: 8592

Re: The end of XTalk / LiveCode for me

If this really is the "End" why are you still asking questions?

Probably, because you know LC is not at an "end", it is at its usual endless tortuous way of getting somewhere. 8)