Thought for the Day

This forum is meant for anything you would like to share with other visitors
Post Reply
Terry
Posts: 306
Joined: Wed Jan 03, 2018 11:58 am

Thought for the Day

Post by Terry »

Is a Picasso and unfinished Program?

Terry
HeikoP
Posts: 48
Joined: Mon May 30, 2016 4:19 pm

Thought for the Day

Post 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
Terry
Posts: 306
Joined: Wed Jan 03, 2018 11:58 am

Thought for the Day

Post by Terry »

Hi Heiko

Very True

Perhaps the lesson is to NOT write programs?

Terry
HeikoP
Posts: 48
Joined: Mon May 30, 2016 4:19 pm

Thought for the Day

Post 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
Post Reply