*Format() - MediaView
Determines how the numeric portion of the measure annotation should be displayed.
Syntax
*Format (type)
Application
MediaView
Inputs
- type
- Options include scientific or fixed.
Context
*MasterMeasure()
*Measure()
Example
*BeginVideo()
	• • •
	*Measure({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")
		*Format(fixed)
		…
	*EndVideoMeasure()
	• • •
*EndVideo