kcadd(
KEYCODE
,
OFFSET
)

The kcadd( function takes a keycode for 35mm film and adds a number of frames to it and returns a keycode as a string.


Parameters

This function has two parameters:

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

offset – integer value (number of frames to offset).


Description

Takes a keycode for 35mm film and adds a number of frames to it and returns a keycode as a string. (Submitted by Chris Watts)

kcadd("1234+12",-1) ☞ 1234+11

Note: This function is equivalent to:

feetandframes(kcframes(keycode)+offset)

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.