Wish wish support set init value in type def

icefairy333

Active Member
Licensed User
Longtime User
like
B4X:
Type kcItem(hours As String,kctype As String,kctitle As String,kcid As String,price_lssm As String,price_xssm As String="",price_xsdz As String,trdid As String,addr As String,tecname As String,tecImg As String,time As String,status As String,sex As String,kemu As String,grade As String,shangmenfangshi As String,shiduanlst As List:shiduanlst.init)
because using this with kvs2 will fc if any list not init
 
Top