|
|
暴躁的石榴 · 翻译 - Dolibarr ERP CRM ...· 2 周前 · |
|
|
不羁的饺子 · Debezium | Apache Flink· 2 周前 · |
|
|
讲道义的烈酒 · Debezium-JSON--流式计算 ...· 2 周前 · |
|
|
从容的大脸猫 · 零代码第三方数据接入 | TDengine ...· 2 周前 · |
|
|
迷茫的马克杯 · 从VBA中的范围中删除特殊字符开发者社区· 2 周前 · |
|
|
爱吹牛的香烟 · X12DGO-6 | ...· 9 月前 · |
|
|
爱笑的帽子 · 鼠标点击判断测试_鼠标点击测试-CSDN博客· 1 年前 · |
|
|
有腹肌的黄花菜 · "Attributeerror: ...· 2 年前 · |
|
|
礼貌的小马驹 · 我anaconda里面spyder不能运行命 ...· 2 年前 · |
|
|
从容的米饭 · 《刀剑神域》中关于亚丝娜的几个小秘密,你都知 ...· 2 年前 · |
|
|
爱喝酒的皮带
3 年前 |
|
|
暴躁的石榴 · 翻译 - Dolibarr ERP CRM Wiki 2 周前 |
|
|
不羁的饺子 · Debezium | Apache Flink 2 周前 |
|
|
迷茫的马克杯 · 从VBA中的范围中删除特殊字符开发者社区 2 周前 |
|
|
爱笑的帽子 · 鼠标点击判断测试_鼠标点击测试-CSDN博客 1 年前 |
Long story short , you must move your return results ; statement at the end of the function.
In this case , you must also declare the results variable somewhere at the start of the function not inside any code block
Let me know if it works fine
Thanks and Regards,
Shiva RV
All Answers
I think it is a simple code issue
Just make your return results; statment at the end before the last " } " . I mean by before closing the function write your return results so you must also initailize your result variable at the start of the function and not inside any block of code.
This error pops up because the function is suppose to return string but in some branch section of your code it doesn't return anything
Let me if the solution helps.
Thanks and Regards,
Shiva RV
I'm not sure what you mean. I should move my results variable definition to ouside my if statement?
Long story short , you must move your return results ; statement at the end of the function.
In this case , you must also declare the results variable somewhere at the start of the function not inside any code block
Let me know if it works fine
Thanks and Regards,
Shiva RV