Working with Procedures and Functions

Visual FoxPro includes a wide range of native functions that you can use to perform data manipulation or other operations. Functions in Visual FoxPro perform operations on data and return results with a specific type. You can also create procedures and functions to store code that performs frequently or commonly used routines in your programs.

In This Section

Reference

  • Functions
    Lists functions available in Visual FoxPro.

Related Sections

  • Programming in Visual FoxPro
    Describes aspects of programming, such as basic programming concepts, working with programs, object-oriented programming, and optimizing applications, in Visual FoxPro.