Why has this suddenly started happening?
B4A version: 5.20 BETA
Parsing code. (0.08s)
Compiling code. Error
Error compiling program.
Error description: Too many parameters.
Occurred on line: 263
job1.PostString(webSite, postData)
Word: postdata
job1 is a HttpJob which asks for two parameters then errors when you try to run it.
This has worked perfectly until today!
Have had version 5.2 for a few days and it was working just fine.
Both parameters are strings and this is at compile time so it is not an invalid parameter value.
Thanks
B4A version: 5.20 BETA
Parsing code. (0.08s)
Compiling code. Error
Error compiling program.
Error description: Too many parameters.
Occurred on line: 263
job1.PostString(webSite, postData)
Word: postdata
job1 is a HttpJob which asks for two parameters then errors when you try to run it.
This has worked perfectly until today!
Have had version 5.2 for a few days and it was working just fine.
Both parameters are strings and this is at compile time so it is not an invalid parameter value.
Thanks