yonikes
10 years agoVisitor
Unclear documentation regarding boolean as a return code
Hi,
I'm new to BS so forgive me if i"m missing something obvious.
I came across many functions which are documented as returning boolean, but their documentation does not specify what is the meaning of this returned value. For example, the HttpAgent Interface supports this function:
AddHeader(name as String, value as String) as Boolean
But it's not mentioned how should one asses this return status. am I to guess that true is success and false is failure?
Thanks!
Yoni
I'm new to BS so forgive me if i"m missing something obvious.
I came across many functions which are documented as returning boolean, but their documentation does not specify what is the meaning of this returned value. For example, the HttpAgent Interface supports this function:
AddHeader(name as String, value as String) as Boolean
But it's not mentioned how should one asses this return status. am I to guess that true is success and false is failure?
Thanks!
Yoni