The information in this article applies to:
SUMMARYThis article is a summary of the new string and format functions available in Visual Basic version 6.0. MORE INFORMATIONNew Array FunctionsJoin Function - concatenates a one-dimensional array into a delimited string.Split Function - separates a delimited string into a zero-based, one- dimensional array. Replace Function - replaces a specified substring within a specified string with a new substring a specified number of times. Filter Function - returns a zero-based array containing a subset of a string array based on a specified filter criteria. New String FunctionsInStrRev Function - returns the position of a specified string within a string, from the end of the string.StrReverse - returns a string that has the character order of a specified string reversed. New Formatting FunctionsFormatCurrency - returns an expression formatted as a currency value using the currency symbol defined in the system control panel.FormateDateTime - returns an expression formatted as a date or time. FormatNumber - returns an expression in a specified number format. You can use this function to display negative numbers in parenthesis, the number of digits after a decimal point, or to display leading zeros for fractional numbers. FormatPercent - returns an expression formatted as a percentage (multiplied by 100) with a trailing % character. Other New FunctionsWeekDayName Function - returns a string indicating the specified day of the week.MonthName Function - returns a string indicating the specified month of the year. CallByName Function - executes a specified method, sets a property, or returns a property of a specified object. Round Function - rounds a number to a specified number of digits after the decimal place. This function uses business rather than arithmetic rounding rules. REFERENCESFor more information about using these functions and the required parameters, see the appropriate topics in the Visual Basic documentation. Additional query words: kbDSupport kbDSD kbbeta kbVBp600 kbVBp kbUsage
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |