Is a Picasso and unfinished Program?
Terry
Thought for the Day
Thought for the Day
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
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
Hi Heiko
Very True
Perhaps the lesson is to NOT write programs?
Terry
Very True
Perhaps the lesson is to NOT write programs?
Terry
Thought for the Day
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
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