Having the possiblity to have Protected variables in Procedures that are not initialized to zero,
would speed up Procedure calls a lot if you have many variables in it, that are set to other values than zero anyway.
Only exception would be strings, which pointer have to be set to zero
for the initial assignment to work.
Maybe a ProtectedUnitialized v1.l, v2.l v3.l
or
Protected v1.l = ?, v2.l = ?, v3.l = ?
Thanks
Technicorn
Having uninitilaized Protected variables
-
- Enthusiast
- Posts: 105
- Joined: Wed Jan 18, 2006 7:40 pm
- Location: Hamburg
-
- Enthusiast
- Posts: 105
- Joined: Wed Jan 18, 2006 7:40 pm
- Location: Hamburg