Hi all,
if you change the library (i.e. addition a parameter) ,and then you need to return use the old version of the library. You will can't use it. It has error that you miss to add the parameter. How to get rid of this problem.
My Example:
Mylib( a as String ,c as Boolean) => Mylib(a as String ,b as Boolean ,c as Boolean)
I need to return using the older again,but It's error that I miss parameter b
@The process convert library by B4A (Not Java programming)
if you change the library (i.e. addition a parameter) ,and then you need to return use the old version of the library. You will can't use it. It has error that you miss to add the parameter. How to get rid of this problem.
My Example:
Mylib( a as String ,c as Boolean) => Mylib(a as String ,b as Boolean ,c as Boolean)
I need to return using the older again,but It's error that I miss parameter b
@The process convert library by B4A (Not Java programming)