rameshb Member Nov 4, 2014 #1 Hi all, When i write a sub without return type,it is showing as string return type in intellisense when i am calling that sub in other parts of code. Is it by design?
Hi all, When i write a sub without return type,it is showing as string return type in intellisense when i am calling that sub in other parts of code. Is it by design?
Erel B4X founder Staff member Licensed User Longtime User Nov 4, 2014 #2 Yes. Though you will get a warning if you try to return a value from a sub without a return type. Upvote 0