Text Length
Returns the number of characters in value.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
value | yes | expression | — | — |
Notes
No additional notes are available yet.
Examples
Write Text File At Fixed Path
Writes a short text file with `append=false` and `flushNow=true`, then reads it back to verify the exact content.
Topics: files, text output
Source: patterns/ex-files-write-text-file-fixed-path.json
Pass Small Camera Metadata JSON To Python
Serializes the selected item's Camera metadata, enforces a 4096-character limit, and only then passes the JSON string directly to isolated Python as one process argument.
Topics: json, metadata, runtime python, external process
Source: patterns/ex-json-pass-small-camera-metadata-to-python.json
Prepare Selected Clip Transcript After Sequence Placement
Creates a temporary sequence from the first selected project item, waits briefly, then exports the clip transcript JSON to a deterministic file path.
Topics: semantic probing, transcript, sequence placement, transcript readiness
Source: recipes/ex-semantic-export-transcript-after-sequence-placement.json