Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - What do the words single, Integer, Split and String in VB mean? What is the specific use? Can you give a detailed and comprehensive answer?
What do the words single, Integer, Split and String in VB mean? What is the specific use? Can you give a detailed and comprehensive answer?
String: Returns the number of the same string specified by, for example, String(5, "a") is "AAAAA".

Single, integer and string are data types, single is a single precision floating point, integer is an integer, and string is a variable-length string.