kcdiff(
IN
,
OUT
)

The kcdiff( function calculates the number of frames between two frames of 35mm film, using inclusive counts (submitted by chris watts)


Parameters

This function has two parameters:

in – starting frame expressed as a text value in the format feet+frames

out – ending frame expressed as a text value in the format feet+frames


Description

Calculates the number of frames between two frames of 35mm film, using inclusive counts (Submitted by Chris Watts)

kcdiff("1234+12","1234+12") ☞ 1

Note: This function is equivalent to:

kcframes(out)-kcframes(in)+1

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.