answersLogoWhite

0


Best Answer

Just like this.

//create array

MakeArray(name,boundary)

// assign values

name(0) = blank

name(1) = blank

name(2) = blank

//etc.....

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you enter data into an array in visual logic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What has the author Norman H Hansen written?

Norman H. Hansen has written: 'The hardware accelerator array for logic simulation' -- subject(s): Logic circuits, Digital computer simulation, Integrated circuits, Data processing, Design and construction


What is the improved array definition?

An array is used to store data having the same data type.


What is the term for a visual representation of data?

The term for a visual representation of data is a data visualization.


What is long in visual basic?

Long is a kind of data type that can contain any number from 9,223,372,036,854,775,808 to 9,223,372,036,854,775,807. This means that if you declare a variable or array as a "long", then it will be able to contain these numbers.


Application of array in data structure?

That rather depends on the underlying type. For any given type T, an array of type T is user-defined if T is user-defined, otherwise it is built-in. For example: #include<string> // required to use std::string std::string s[42]; // user-defined array int i[42]; // built-in array Here, s is a user-defined array because std::string is a user-defined type, whereas i is a built-in array because int is a built-in type.


What data type can be used to represent 1000000 elements in an array?

An array.


What is array Explain with syntax?

an array is a collection of the same data type.


How can you search an array element in a file?

Logic to search element in array Input size and elements in array from user. ... Input number to search from user in some variable say toSearch . Define a flag variable as found = 0 . ... Run loop from 0 to size . ... Inside loop check if current array element is equal to searched number or not. To learn more about data science please visit- Learnbay.co


What is the difference between an array and structure?

An array is a collection of related data elements of same type.Structure can have elements of different types.An array is a derived data type.A structure is a programmer-defined data type.A struct can contain multiple data types, whereas an array can not.


Is diagram the visual representation of data in Excel?

A chart is a visual representation of data in Excel.


What is Visual display of data?

A visual display of data is called a chart, table or a graph.


What is need to array?

Because using array you can easily access the data required