Visual Basic and Visual FoxPro functions to format text

VBA

Format()

VFP

Transform()

Common Syntax Notes

These functions offer a bewildering amount of choice. Both languages let you apply different formats to numbers, text and dates. Read Help for the full details.

Repeating characters  |  Text functions  |  Converting text

Related Items

VFP and VBA.

The Visual FoxPro and Visual Basic for Applications languages are similar but there are annoying differences between them.

Read More

Text delimiters in VBA and VFP.

Visual Basic for Applications and Visual FoxPro delimiters for strings.

Read More

Text concatenation in VBA and VFP

Visual Basic for Applications and Visual FoxPro operators to concatenate text.

Read More

Text substrings in VBA and VFP

Visual Basic for Applications and Visual FoxPro functions to extract substrings from within a string of text

Read More

Trimming text in VBA and VFP

Visual Basic for Applications and Visual FoxPro functions to trim leading and trailing spaces from string of text

Read More