Option :: assign - Assign option value
The function allows setting the option value.
In an environment not supporting operator overloading as OSI, this function has to be called instead.
Return value:   - internal feature (not documented) ( odaba::Option & )
Implementation overview
-  - internal feature (not documented)
 Option :: assign ( iValue )
-  - Title unknown
 Option :: assign ( sString )
Implementation details
- 
- internal feature (not documented)
 odaba::Option & Option  :: assign ( int32 iValue )
 - iValue
 - Integer value
The value is passed as platform independent 32-bit integer value. 
 to list
- iValue
 - Integer value
- 
- Title unknown
 odaba::Option & Option  :: assign ( odaba::String &sString )
 - sString - String value
 to list

