!text,number_times!!Repeats text a given number of times. Use REPT to fill a cell with a number of instances of a text string!is the text you want to repeat!is a positive number specifying the number of times to repeat text!
text!Removes all spaces from a text string except for single spaces between words!is the text from which you want spaces ...
text!Returns a numeric code for the first character in a text string, in the character set used by your computer!is the text ...
text!Returns the number of characters in a text string!is the text whose length you want to find. Spaces count as characters! ...
text!Returns the number of characters in a text string. Use with double-byte character sets (DBCS)!is the text whose length ...
text,number_times!Repeats text a given number of times. Use REPT to fill a cell with a number of instances of a text string!is ...
text,num_bytes!Returns the specified number of characters from the end of a text string. Use with double-byte character sets ...
text,num_bytes!Returns the specified number of characters from the start of a text string. Use with double-byte character ...
text,num_chars!Returns the specified number of characters from the end of a text string!is the text string that contains ...
text,num_chars!Returns the specified number of characters from the start of a text string!is the text string containing the ...