[iagshow] [Up] [iaunique] Functions

iaerror
Print message of error.

Synopsis

iaerror( msg )

Implemented in Python.

Input

msg String.

Error message.

Source Code

def iaerror(msg):
    print msg
    return
    
[iagshow] [Up] [iaunique] http://www.python.org