Qbasicnews.com
iif data type - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: General (http://qbasicnews.com/newforum/forum-6.html)
+--- Forum: General/Misc (http://qbasicnews.com/newforum/forum-18.html)
+--- Thread: iif data type (/thread-6459.html)



iif data type - dumbledore - 03-14-2005

would it be possible to get this to work?
Code:
a$="["+sender+"]: "+iif(left$(ircmsg.text,1)=":",mid$(ircmsg.text,2),ircmsg.text)+"\n"
(it gets an incompatible data types error now) what data type is iif considered?


iif data type - VonGodric - 03-14-2005

numeric only


iif data type - v3cz0r - 03-14-2005

Yeah, only numeric types atm, no strings -- not simple to add as they may seem to be.