xsharp.eu • Thought for the Day
Page 1 of 1

Thought for the Day

Posted: Tue Jan 23, 2018 10:30 am
by TerryB1
Is a Picasso and unfinished Program?

Terry

Thought for the Day

Posted: Tue Jan 23, 2018 1:14 pm
by HeikoP
Hello Terry,

Function isProgramUnfinished(oPicasso as PicassoObject) as logic pascal
local lResult as logic

IF IsProgram(oPicasso)
* is a program, and every program is unfinished
lResult:=true
ELSE
* not a program, so it is not unfinished
lResult:=false
ENDIF
return lResult

Greetings

Heiko

Thought for the Day

Posted: Tue Jan 23, 2018 1:51 pm
by TerryB1
Hi Heiko

Very True

Perhaps the lesson is to NOT write programs?

Terry

Thought for the Day

Posted: Tue Jan 23, 2018 3:14 pm
by HeikoP
Terry,

since I earn money with writing programs, I don´t see anything bad continue writing them.

That´s only true under the condition, that I get even payed for unfinished programms.

Heiko