answersLogoWhite

0

It is a spreadsheet application and mainly deals with numbers, but it has databasing capabilities and can manipulate strings.

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

How are string variables stored?

Typically as null-terminated character arrays. However, some languages use the first element of the array to store the length of the string rather than a null-terminator to mark the end of the string.


What is global string?

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


How can you define and manipulate a string scalar in programming languages?

In programming languages, a string scalar is a sequence of characters. To define a string scalar, you enclose the characters in quotation marks. To manipulate a string scalar, you can perform operations like concatenation (joining strings together), slicing (extracting a portion of the string), and searching for specific characters or substrings within the string.


Variables declared using the string data type usually are initialized to the empty string?

Yes.


Does HTML allow you to declare integer real string and boolean variables?

HTML is not a programming language and as such does not allow you to declare variables.


What is a connection string used for in computers?

A connection string in computing is a string that specifies how to connect to a data source and information about the data source. It is commonly used in database files.


How can you check if a variable is a string or an integer in PHP?

Integers - The "is_int()" function can be used to check if a variable is has an integer for its value. ---- is_int($variable); // Returns true if $variable is an integer - otherwise false ---- Numeric Strings - Numeric strings are strings with numbers (or things that count as numbers) in them. Numeric-string variables are not integer variables. Numeric-string variables are passed on through forms, instead of integer variables - if you were wondering. Check form values using string formats, and not integer formats. The "is_numeric()" function can be used to check if a variable is a string with numbers - and only numbers - in it (except things that add up to be numbers). ---- is_numeric($variable); // Returns true if $variable is a string, and only contains numbers (broadly speaking) - false otherwise ---- Strings - String values are just text, basically. String variables can contain integers, but that does not make it an integer-type variable - it makes it a numeric string variable. The "is_string" function can be used to check if a variable contains the value of a string. ---- is_string($variable); // Returns true if $variable is a string - false otherwise


What is the width of a car door?

To many variables. That is like asking how long is a piece of string.


How do pianos manipulate sound?

When you press a key on the piano, it causes the hammer-action to strike the corresponding string in the piano. This string vibrates and disrupts the air around it, creating sound.


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.


Can you store non primitive data type in the array list?

Yes you can store non primitive data type variables in an array. String is a non primitive data type. You can declare a string array as: String a[]=new String[10];


What is the result of a search for the string?

It seems that your question is incomplete, as it doesn't specify the string you want to search for. The result of a search for a specific string will depend on the context, such as the database or platform being searched, and the string itself. If you provide more details about the string and the search environment, I can give a more precise answer.