Page 1 of 1

Constant head-variables

Posted: Mon Jun 04, 2007 4:37 pm
by Leonhard
I would have constant head-variables. So you have save a Head-Variable to not overide in a Procedure.

Code: Select all

Procedure Proc(#Text.s)
  Debug #Text
EndProcedure

Proc("Hello, World!")

Posted: Mon Jun 04, 2007 4:52 pm
by Kaeru Gaman
I don't get it...
please describe more detailed what you want/need.

Posted: Mon Jun 04, 2007 5:20 pm
by Leonhard
Kaeru Gaman wrote:I don't get it...
please describe more detailed what you want/need.
I found it wos better, when I can fixed the header-Variales, so I can certainly go that i not change the variable - value.

Posted: Mon Jun 04, 2007 5:31 pm
by ts-soft
@Leonhard
can't understand what you mean
a constant is not to overwriting, a variable is always to overwriting