next up previous contents
Next: Mapping for Constants Up: OMG IDL to Python Previous: Mapping for Basic Data   Contents

Mapping for Strings

IDL strings (both bounded and unbounded) map directly into Python strings. If an attempt is made to pass a string that exceeds the length of a bounded string a BAD_PARAM system exception will be raised.