Displaying all functions tagged with Debug

DataType ( _data )

returns the type of a data ("Number, TimeStamp, Date, Time, Container, or Text )

    By Fabrice   (19 comments Posted 22 December 2008   Rating:  unrated
    Tag:    Debug

Environment

A quick way to grab user profile.

    By Fitch   (0 comments Posted 24 November 2008   Rating:  4.0
    Tag:    Debug

FM_Name_ID ( _layoutName ; _fileName ; _TLFSV ; _Name_ID )

Avoids hard-coding in FileMaker by using IDs instead of names

    By Fabrice   (7 comments Posted 24 November 2008   Rating:  5.0
    Tag:    debug

GetKeys

returns a list of keys held by user (Shift, Caps Lock, Control, Alt, Command) like Get ( ActiveModifierKeys ), but readable :-)

    By Fabrice   (2 comments Posted 4 December 2008   Rating:  unrated
    Tag:    debug

StatusLog

Logs all Get functions and some Design functions as an xml string

    By Fabrice   (0 comments Posted 4 December 2008   Rating:  unrated
    Tag:    Debug

VariablesFromFields

Loads all current layout fields in named global variables

    By Fabrice   (0 comments Posted 4 December 2008   Rating:  unrated
    Tag:    Debug

VariablesFromObjects

Loads all current named layout objects, since they are fields or webviewers, in named global variables

    By Fabrice   (0 comments Posted 4 December 2008   Rating:  unrated
    Tag:    Debug

VariablesLoadFromLog ( _varlog )

sets variables logged by VariablesLog function. Typically, use VariableLog function to set variables in a file, then pass them to another file by passing $$VariablesLog as the VariableLoadFromLog function argument.

    By Fabrice   (0 comments Posted 4 December 2008   Rating:  5.0
    Tag:    Debug

VariablesLog ( _value ; _repetition ; _key )

Declares a named variable and log it in a 'super variable' ($$_VariablesLog) in order to pass it to another file or across user sessions.

    By Fabrice   (0 comments Posted 4 December 2008   Rating:  5.0
    Tag:    Debug

VariablesResetAll

removes all global variables logged in $$_VariablesLog by VariablesLog ()

    By Fabrice   (0 comments Posted 4 December 2008   Rating:  5.0
    Tag:    Debug

xml2var ( _xml )

Declares local variables from an xml structure

    By Fabrice   (4 comments Posted 7 December 2008   Rating:  4.5
    Tag:    Debug

xmlGetWhere ( _value ; _tagWhere ; _tag ; _xml )

In an xml structure, extracts the nodes ( _tag ) where a nested tag matches a value.

    By Fabrice   (3 comments Posted 20 December 2008   Rating:  5.0
    Tag:    Debug

 

 

 

 

 

 

 

Top Tags

Text Parsing  (25)
List  (20)
XML  (15)
Format  (15)
Date  (14)
Debug  (12)
Layout  (11)
Variables  (10)

 

Interface  (9)
Filter  (9)
Layout Objects  (6)
Text  (6)
ValueIterator  (6)
Recursive  (6)
Dev  (5)
Number  (5)