answersLogoWhite

0

If text i called string what is a whole number called?

Updated: 9/17/2019
User Avatar

Wiki User

∙ 6y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: If text i called string what is a whole number called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

In a spreadsheet ordinary text is called?

Ordinary text is usually called a string in computers.


What are differences between replace and substitute Microsoft Excel functions?

The Replace function replaces part of a text string, based on the number of characters you specify, with a different text string. The Substitute function substitutes newtext for old text in a text string. You use Substitute when you want to replace specific text in a text string and you use Replace when you want to replace any text that occurs in a specific location in a text string.


A text string contains a string of text?

text data


How do you return part of a cell in Excel?

You can use the LEFT, MID, or RIGHTfunctions to return parts of a cell in Excel.LEFT(text,number_of_characters)text = the string or cell address that you wish to extract fromnumber_of_characters = the number of characters that you wish to extract starting from the left-most characterMID(text,start_position,number_of_characters)text = the string or cell address that you wish to extract fromstart_position = position in the string that you will begin extracting from (first position in the string is 1)number_of_characters = number of characters that you wish to extractLEFT(text,number_of_characters)text = the string or cell address that you wish to extract fromnumber_of_characters = number of characters that you wish to extract starting from the left-most character


What is string function visual basic?

A string is a line of text. For example: Dim example As String = "whatever text you want" Would make a string that says "whatever text you want" Later, you can use this for a msgbox or textbox Example: TextBox1.Text = example '(that is the string we made) or MsgBox(example, MsgBoxStyle.Information, "Note!") '(would display a msgbox containing the text in the string)


What is a text string in Excel?

It is simply a piece of text. You can use a piece of text in formulas for doing things. There are specific functions for dealing with text. If you use a piece of text directly in them, as opposed to a cell reference to a cell that has text, the text will be enclosed in quotation marks and can be referred to as a text string. To find a length of a text string you could use the LEN function like this: =LEN("How long is this text string?")


What is string variables?

A string variable is a programming language construct that holds text. For example, the text "The sky is blue" could be stored to a string variable, then later in the program, that text could be displayed.


How do you culculate number of bytes in a characteristic?

The answer depends on the maxmum value or the longest [text] string that the characteristic can take.


How do you delete a single text on your iPhone?

to delete a single text withing a string of text messages click the "edit" button in the string and select and delete


Which text function replaces text in a string?

The REPLACE function.


Write a PHP program to check whether the number is palindrome or not?

This program only suits PHP. If you want a proper one try C program for it available on web <body> <?php if(isset($_POST['submit'])) { $text = $_POST['text']; $string = mysql_real_escape_string($text); $invert = strrev($string); if($string == $invert) { echo "<br>Given number is a palindrome!!"; } else { echo "<br>Given number is not a palindrome!!"; } } ?> <form method="post"> <input type="text" name="text" id="text" /> <input type="submit" name="submit" value="Submit" id="submit" onclick="<?php $_SERVER['PHP_SELF']; ?>" /> </form> </body>


What is global string?

In a database, it is a string of text that is the same throughout the database.