Oh no, Picklesworth is at it again. This one is actually reasonable seeming though. But I always say that, so you may not believe me.
I want to be able to set default type field values. This way, I wouldn't have to set up variables on them that are always the same at the start every time I create them.
For instance:
Type myType
field Param1=true
field Param2=52
End Type
I want to be able to set default type field values. This way, I wouldn't have to set up variables on them that are always the same at the start every time I create them.
For instance:
Type myType
field Param1=true
field Param2=52
End Type