Skip to content

Instantly share code, notes, and snippets.

@petrowsky
Created August 3, 2012 01:04
Show Gist options
  • Save petrowsky/3242932 to your computer and use it in GitHub Desktop.
Save petrowsky/3242932 to your computer and use it in GitHub Desktop.
FileMaker Keywords
// evaluate within data viewer - add any missing keywords
List(
Plain & " Plain";
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