chicken and egg Tables

User avatar
HansV
Administrator
Posts: 78474
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: chicken and egg Tables

Post by HansV »

Happy birthday, Chris!
Best wishes,
Hans

User avatar
ChrisGreaves
PlutoniumLounger
Posts: 15615
Joined: 24 Jan 2010, 23:23
Location: brings.slot.perky

Re: chicken and egg Tables

Post by ChrisGreaves »

HansV wrote:
19 Jun 2022, 20:04
Happy birthday, Chris!
Thank you, Hans.
Untitled.png
It is also the 66th anniversary of our arrival in Southern Cross!
Cheers, Chris
You do not have the required permissions to view the files attached to this post.
There's nothing heavier than an empty water bottle

User avatar
SpeakEasy
4StarLounger
Posts: 550
Joined: 27 Jun 2021, 10:46

Re: chicken and egg Tables

Post by SpeakEasy »

>VBA allows a statement such as
>x = x + 1
>which is mathematically incorrect too...

Heh! Ignoring the possible interpretation that it is a Boolean proposition resulting in False (and thus allowing even more incorrect-looking - but legitimate VBA - statements such as x = x = x + 1) in this case it only seems incorrect because Microsoft relaxed the syntax. That used to be

Let x = x + 1

which is much more obviously an assignment

User avatar
DocAElstein
4StarLounger
Posts: 584
Joined: 18 Jan 2022, 15:59
Location: Re-routing rivers, in Hof, Beautiful Bavaria

Re: chicken and egg Tables

Post by DocAElstein »

I always thought relaxing the syntax was usually a false economy, even when text storage size might have been of an issue. Just personal choice, Let it be, I say.
Using relaxed syntax I find very useful for getting some ideas developed quickly, but using it later, whilst rarely causing problems, when it does cause problems, the problems can be quite awkward or hard to track down.
I seriously don’t ever try to annoy. Maybe I am just the kid that missed being told about the King’s new magic suit, :(

LisaGreen
5StarLounger
Posts: 964
Joined: 08 Nov 2012, 17:54

Re: chicken and egg Tables

Post by LisaGreen »

e by gum

LisaGreen
5StarLounger
Posts: 964
Joined: 08 Nov 2012, 17:54

Re: chicken and egg Tables

Post by LisaGreen »

Agree Alan.. I'ts one of the progrmming laments.. "but I didn't touch that"!!

User avatar
StuartR
Administrator
Posts: 12604
Joined: 16 Jan 2010, 15:49
Location: London, Europe

Re: chicken and egg Tables

Post by StuartR »

x = x + 1 approaches True as x approaches infinity
StuartR


User avatar
ChrisGreaves
PlutoniumLounger
Posts: 15615
Joined: 24 Jan 2010, 23:23
Location: brings.slot.perky

Re: chicken and egg Tables

Post by ChrisGreaves »

StuartR wrote:
20 Jun 2022, 13:18
x = x + 1 approaches True as x approaches infinity
Next Week: #DIV/0 :evilgrin:

(This preview was brought to you by Stuart :grin: )

Cheers, Chris
There's nothing heavier than an empty water bottle

User avatar
ChrisGreaves
PlutoniumLounger
Posts: 15615
Joined: 24 Jan 2010, 23:23
Location: brings.slot.perky

Re: chicken and egg Tables

Post by ChrisGreaves »

DocAElstein wrote:
20 Jun 2022, 12:26
I always thought relaxing the syntax was usually a false economy, even when text storage size might have been of an issue.
Agree wholeheartedly. Your statement was true in the mid-60s when the operation code of the IBM 1401 Add instruction (represented as the letter "A" in memory, and equivalent in value as a positive-signed value of 1 (12-1 punch on a Hollerith card)) was used as the value to increment memory by one. Cute, and it saved a character location on a 16K character mainframe, but really only that one character for every loop that needed to increment a counter by one. A single DW (I think) declarative to set aside a single character holding "1" would have sufficed for every program ever written in Autocoder.
Cheers, Chris
There's nothing heavier than an empty water bottle

LisaGreen
5StarLounger
Posts: 964
Joined: 08 Nov 2012, 17:54

Re: chicken and egg Tables

Post by LisaGreen »

YAY!!

I'm happy to report that the pretty userform and the hammer did it's trick. And she was quite impressed with the rubber ducks as well.. especially when they talked to each other. No.. I wasn't joking about that!! LOL!! I have a big blow up hammer that I use. It does break the ice.. well the conversational ice anyway.. Aaaand two rubber duckies. I get people to "talk" throuugh the rubber ducks and introduce them to talking to it as well. Sometimes it actually works!!

And just to say thank you for your answers again.. Thank you!!

Lisa

User avatar
ChrisGreaves
PlutoniumLounger
Posts: 15615
Joined: 24 Jan 2010, 23:23
Location: brings.slot.perky

Re: chicken and egg Tables

Post by ChrisGreaves »

LisaGreen wrote:
25 Jun 2022, 11:54
I'm happy to report that the pretty userform and the hammer did it's trick.
Congratulations Lisa. I am a sucker for a pretty uniform, but especially big hammers.

"Use a bigger hammer" is always offered as advice in mechanical situations.
Cheers, Chris
There's nothing heavier than an empty water bottle

snb
4StarLounger
Posts: 574
Joined: 14 Nov 2012, 16:06

Re: chicken and egg Tables

Post by snb »

Maybe an alternative:
You do not have the required permissions to view the files attached to this post.