Changes between Version 4 and Version 5 of code/doc/MultiType
- Timestamp:
- Sep 22, 2008, 8:36:39 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/MultiType
v4 v5 41 41 * '''setValue('''''value''''')''': !MultiType myMT myMT.setValue(10); 42 42 43 Important: If you assign a value of a specific type and then assign a new value of another type, the new value will be converted to the first type. Read the [wiki:MultiType# internaltype section below] for detailed information.43 Important: If you assign a value of a specific type and then assign a new value of another type, the new value will be converted to the first type. Read the [wiki:MultiType#Internaltype section below] for detailed information. 44 44 45 45 === Retrieve a value ===