<div dir="ltr">2018-06-27 14:51 GMT-04:00  <span dir="ltr"><<a href="mailto:vuott@tiscali.it" target="_blank">vuott@tiscali.it</a>></span>:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
<div>  cl = Class.Load("Button")<br></div></blockquote><div>umm i assumed that cl it's equal to my already passed object a argument right?<br></div><br><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>  <br>  For Each s In cl.Symbols<br>    Print s<br>  Next</div></div></blockquote><div>so then one of thos will print "Text" i guess?<br></div><div><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
<div>+ + + + + + + + + </div>
<div>vuott</div><span class="">
<p>Il 27.06.2018 19:25 PICCORO McKAY Lenz ha scritto:</p>
</span><blockquote type="cite" style="padding-left:5px;border-left:#1010ff 2px solid;margin-left:5px;width:100%">
<div dir="ltr">
<div><span class="">
<div>in the following code i want to detect independent of the type if the ref obj has a input text field and are empty.. <br><br></div>
how can i do that?<br><br>Public Function required(objinput As Variant) As Variant<br><br>    If TypeOf(objinput) = gb.String Then<br>        If Comp(objinput, "", gb.IgnoreCase) = 0 Then<br>            Return "is empty"<br>        Endif<br>    Endif<br>    <br>    If TypeOf(objinput) = gb.Class Then<br></span>        If Comp(objinput.Text, "", gb.IgnoreCase) = 0 Then '             Return "is empty"<br>        Endif<br>    Endif<br>    </div><span class="">
<div>    Return "is not empty? could not detect any input text"</div>
end<br>
<div>
<div>
<div><br><br clear="all">
<div>
<div class="m_-210076479477456661gmail_signature"><span style="color:#888888">Lenz McKAY Gerardo (PICCORO)</span>
<div><span style="color:#888888"><a href="http://qgqlochekone.blogspot.com" target="_blank">http://qgqlochekone.blogspot.<wbr>com</a></span></div>
</div>
</div>
</div>
</div>
</div>
</span></div>
</blockquote>
</div>
<br><br><br>Con MyOpen hai Giga, SMS e i minuti che vuoi da 3€ al mese, per sempre. Cambi gratis quando e come vuoi e in più hai 10€ di credito omaggio!<br>
SCOPRI DI PIU’ <a href="http://tisca.li/MailHPMobile" target="_blank">http://tisca.li/MailHPMobile</a><br><br><br><br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
<br></blockquote></div><br></div></div>