Automatically generate ID numbers (ID = ID + 1)

xiaoxiao2021-03-06  83

Private function generateApplicationcode (Byval Str As String) 'Automatically generates case code

DIM I as integer

DIM Strappcode As String

Strappcode = STR 1

While Strappcode.Length <> str.length

Strappcode = "0" strappcode

End while

Return Strappcode

END FUNCTION

转载请注明原文地址:https://www.9cbs.com/read-95656.html

New Post(0)