Different Type of Microsoft Visual FoxPro 6.0 Function - Samasto
Different Type of Microsoft Visual FoxPro 6.0 Function - Samasto
0 Function
Samasto
Computer
2. INT( ): This function evaluates the numeric argument and returns the
integer part of the numeric expression.
B. Date & Time Function: This functions are convenient for displaying
or printing the current time & date on reports.
1. CDOW( ): This function returns the day of the week in text form.
3. CMONTH( ): This function returns the month of the year in text form.
1. LTRIM( ): This function remove the leading and trailing blank spaces
of left side from a character expression.
2. RTRIM( ): This function remove the leading and trailing blank spaces
of Right side from a character expression.
Example: T=“It was the wonderful sight indeed. It was lovely” [Enter]
13. LEFT( ): This function returns the left portion of a character string.
16. SPACE( ): This function use for Jxed speciJed number of blanks.