After updating to B4A 8.80, my project will no longer compile. In the log window, the following is in red:
Unknown member: replace
Unknown member: replace
Current declaration does not match previous one.
Previous:{Type=s;Rank=0;RemoteObject=False}
Current:{Type=String,Rank=0;RemoteObject=True}
Compile shows this:
B4A Version: 8.80
Parsing code. (0.10s)
Building folders structure. (0.01s)
Compiling code. Error
Error compiling program.
Error description: Current declaration does not match previous one.
Previous: {Type=s,Rank=0, RemoteObject=False}
Current: {Type=String,Rank=0, RemoteObject=True}
Error occurred on line: 93
Dim s As String = _
$"--${boundary}
Content-Disposition: form-data; name="${key}"
${value}"$
I have searched all modules for the word "replace". It does not exist. Nor does the line "Dim s As String = ..."
I am using the "ADR String Functions, Version 1.2, April 6th, 2012". s.bas. I think this must have something to do with it.
Any ideas?
Unknown member: replace
Unknown member: replace
Current declaration does not match previous one.
Previous:{Type=s;Rank=0;RemoteObject=False}
Current:{Type=String,Rank=0;RemoteObject=True}
Compile shows this:
B4A Version: 8.80
Parsing code. (0.10s)
Building folders structure. (0.01s)
Compiling code. Error
Error compiling program.
Error description: Current declaration does not match previous one.
Previous: {Type=s,Rank=0, RemoteObject=False}
Current: {Type=String,Rank=0, RemoteObject=True}
Error occurred on line: 93
Dim s As String = _
$"--${boundary}
Content-Disposition: form-data; name="${key}"
${value}"$
I have searched all modules for the word "replace". It does not exist. Nor does the line "Dim s As String = ..."
I am using the "ADR String Functions, Version 1.2, April 6th, 2012". s.bas. I think this must have something to do with it.
Any ideas?