Skip to content

Noodle BFI() Method

Dan Kranz edited this page Feb 26, 2021 · 1 revision

Returns field index

Syntax

BFI(fieldName)

Parameter Values

Parameter Description
fieldName Field label string

Example

var db1 = new Noodle(items, ["Seq","Category","Item","Count"]);

db1.BFI("Item");  // Returns 3
Clone this wiki locally