I have a type:
Here is the running code:
Note the value and length of ActiveEmp.Password after ActiveEmp.Initialize.
After setting the value of Password to Null the length changes to 4!
I will point out that the PRIOR value of Password had a length of 4. But this should have cleared after initializing again.
B4X:
Type EmpType(Emp_Num As String, Emp_FirstName As String, Emp_LastName As String, Emp_AllowEdits As Boolean, Emp_AllowMulti As Boolean, Emp_Rate As Double, Emp_ShiftStart As String, Emp_ShiftEnd As String, EmpDate As String, Emp_Brake1Start As String, Emp_Brake1Length As Int, Emp_LunchStart As String, Emp_LunchLength As Int, Emp_Brake2Start As String, Emp_Brake2Length As Int, Emp_Wage As Double, PassWord As String)
Here is the running code:
Note the value and length of ActiveEmp.Password after ActiveEmp.Initialize.
After setting the value of Password to Null the length changes to 4!
I will point out that the PRIOR value of Password had a length of 4. But this should have cleared after initializing again.