Skip to content

Instantly share code, notes, and snippets.

@toddgeist
Forked from petrowsky/FileMaker Keywords
Created August 3, 2012 01:24
Show Gist options
  • Save toddgeist/3243160 to your computer and use it in GitHub Desktop.
Save toddgeist/3243160 to your computer and use it in GitHub Desktop.
FileMaker Keywords
// evaluate within data viewer - add any missing keywords
List(
False & " False";
Plain & " Plain";
True & " True";
Strikethrough & " Strikethrough";
SmallCaps & " SmallCaps";
Superscript & " Superscript";
Subscript & " Subscript";
Symbol & " Symbol";
Other & " Other";
Uppercase & " Uppercase";
Lowercase & " Lowercase";
Titlecase & " Titlecase";
WordUnderline & " WordUnderline";
DoubleUnderline & " DoubleUnderline";
Bold & " Bold";
Italic & " Italic";
Underline & " Underline";
HighlightYellow & " HighlightYellow";
Condense & " Condense";
Extend & " Extend";
AllStyles & " AllStyles";
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment