SlideShare a Scribd company logo
1 of 6
REGULAR VARIABLES For each item of information that we wish to store we need to declare a seperate variable This can become very confusing if we have multiple items of the same type to store
To store 3 individual names we need to declare 3 seperate variables strName1 strName2 strName3
New method of storing information We can use a special type of variable  called an "Array" to store multiple items in a single variable We declare an Array very similar to a variable Dim strName (5)  as String The   (5)  represents the number of items  that we wish to store in our array
strName(5)  would look like this We refer to each individual cell in the array by its "INDEX" number An array starts with an index of 0
To place information into the first cell of the array we would do it as follows strName(0) = "Casey" To place information into the forth cell we would do the following strName(3) = "Roger"
Casey Roger To retrieve information from an array  and display it to a label we would do the following lblOutput.Caption = strName(  ) To display Casey we would write lblOutput.Caption = strName(0) To display Roger we would write lblOutput.Caption = strName(3)

More Related Content

Viewers also liked

Working with External CSS
Working with External CSSWorking with External CSS
Working with External CSSdavereece
 
Embedded vs External CSS
Embedded vs External CSSEmbedded vs External CSS
Embedded vs External CSSdavereece
 
Nested Tables
Nested TablesNested Tables
Nested Tablesdavereece
 
Embedded Stylesheets
Embedded StylesheetsEmbedded Stylesheets
Embedded Stylesheetsdavereece
 
Embedded Stylesheet
Embedded StylesheetEmbedded Stylesheet
Embedded Stylesheetdavereece
 
The past perfect
The past perfectThe past perfect
The past perfectmajomarins
 
El maltrato entre escolares
El maltrato entre escolaresEl maltrato entre escolares
El maltrato entre escolaresmajomarins
 
Tables Oct29
Tables Oct29Tables Oct29
Tables Oct29davereece
 
Nested Tables2
Nested Tables2Nested Tables2
Nested Tables2davereece
 
Speedofculture hamburg
Speedofculture hamburgSpeedofculture hamburg
Speedofculture hamburgLeo Rayman
 
Working with External CSS
Working with External CSSWorking with External CSS
Working with External CSSdavereece
 
The Symbols Of Ireland
The Symbols Of IrelandThe Symbols Of Ireland
The Symbols Of Irelandmajomarins
 
DDB Being Agile
DDB Being AgileDDB Being Agile
DDB Being AgileLeo Rayman
 
Kindergardners
KindergardnersKindergardners
KindergardnersJan North
 

Viewers also liked (15)

Working with External CSS
Working with External CSSWorking with External CSS
Working with External CSS
 
Embedded vs External CSS
Embedded vs External CSSEmbedded vs External CSS
Embedded vs External CSS
 
Nested Tables
Nested TablesNested Tables
Nested Tables
 
Embedded Stylesheets
Embedded StylesheetsEmbedded Stylesheets
Embedded Stylesheets
 
Milieu
MilieuMilieu
Milieu
 
Embedded Stylesheet
Embedded StylesheetEmbedded Stylesheet
Embedded Stylesheet
 
The past perfect
The past perfectThe past perfect
The past perfect
 
El maltrato entre escolares
El maltrato entre escolaresEl maltrato entre escolares
El maltrato entre escolares
 
Tables Oct29
Tables Oct29Tables Oct29
Tables Oct29
 
Nested Tables2
Nested Tables2Nested Tables2
Nested Tables2
 
Speedofculture hamburg
Speedofculture hamburgSpeedofculture hamburg
Speedofculture hamburg
 
Working with External CSS
Working with External CSSWorking with External CSS
Working with External CSS
 
The Symbols Of Ireland
The Symbols Of IrelandThe Symbols Of Ireland
The Symbols Of Ireland
 
DDB Being Agile
DDB Being AgileDDB Being Agile
DDB Being Agile
 
Kindergardners
KindergardnersKindergardners
Kindergardners
 

Similar to Working With Arrays (20)

Introduction to Arrays in C
Introduction to Arrays in CIntroduction to Arrays in C
Introduction to Arrays in C
 
Arrays in C++
Arrays in C++Arrays in C++
Arrays in C++
 
Arrays
ArraysArrays
Arrays
 
Sas array statement
Sas array statementSas array statement
Sas array statement
 
arrays-130116232821-phpapp02.pdf
arrays-130116232821-phpapp02.pdfarrays-130116232821-phpapp02.pdf
arrays-130116232821-phpapp02.pdf
 
DEMO.ppt
DEMO.pptDEMO.ppt
DEMO.ppt
 
Mesics lecture 8 arrays in 'c'
Mesics lecture 8   arrays in 'c'Mesics lecture 8   arrays in 'c'
Mesics lecture 8 arrays in 'c'
 
Array lecture
Array lectureArray lecture
Array lecture
 
3.ArraysandPointers.pptx
3.ArraysandPointers.pptx3.ArraysandPointers.pptx
3.ArraysandPointers.pptx
 
Array
ArrayArray
Array
 
C%20ARRAYS.pdf.pdf
C%20ARRAYS.pdf.pdfC%20ARRAYS.pdf.pdf
C%20ARRAYS.pdf.pdf
 
ARRAYS.ppt
ARRAYS.pptARRAYS.ppt
ARRAYS.ppt
 
Arrays
ArraysArrays
Arrays
 
Unit ii data structure-converted
Unit  ii data structure-convertedUnit  ii data structure-converted
Unit ii data structure-converted
 
Arrays accessing using for loops
Arrays accessing using for loopsArrays accessing using for loops
Arrays accessing using for loops
 
Comp102 lec 8
Comp102   lec 8Comp102   lec 8
Comp102 lec 8
 
arrays.docx
arrays.docxarrays.docx
arrays.docx
 
Unit-2.Arrays and Strings.pptx.................
Unit-2.Arrays and Strings.pptx.................Unit-2.Arrays and Strings.pptx.................
Unit-2.Arrays and Strings.pptx.................
 
Learn Java Part 9
Learn Java Part 9Learn Java Part 9
Learn Java Part 9
 
Presentation on array
Presentation on array Presentation on array
Presentation on array
 

More from davereece

external stylesheet
external stylesheetexternal stylesheet
external stylesheetdavereece
 
Counting with a For Loop
Counting with a For LoopCounting with a For Loop
Counting with a For Loopdavereece
 
Image Map Demo Oct25
Image Map  Demo  Oct25Image Map  Demo  Oct25
Image Map Demo Oct25davereece
 
Image Map Demo Oct25
Image Map Demo Oct25Image Map Demo Oct25
Image Map Demo Oct25davereece
 
Image Map Demo Oct25
Image Map  Demo  Oct25Image Map  Demo  Oct25
Image Map Demo Oct25davereece
 

More from davereece (6)

external stylesheet
external stylesheetexternal stylesheet
external stylesheet
 
Counting with a For Loop
Counting with a For LoopCounting with a For Loop
Counting with a For Loop
 
Table Oct26
Table Oct26Table Oct26
Table Oct26
 
Image Map Demo Oct25
Image Map  Demo  Oct25Image Map  Demo  Oct25
Image Map Demo Oct25
 
Image Map Demo Oct25
Image Map Demo Oct25Image Map Demo Oct25
Image Map Demo Oct25
 
Image Map Demo Oct25
Image Map  Demo  Oct25Image Map  Demo  Oct25
Image Map Demo Oct25
 

Recently uploaded

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 

Recently uploaded (20)

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Working With Arrays

  • 1. REGULAR VARIABLES For each item of information that we wish to store we need to declare a seperate variable This can become very confusing if we have multiple items of the same type to store
  • 2. To store 3 individual names we need to declare 3 seperate variables strName1 strName2 strName3
  • 3. New method of storing information We can use a special type of variable called an "Array" to store multiple items in a single variable We declare an Array very similar to a variable Dim strName (5) as String The (5) represents the number of items that we wish to store in our array
  • 4. strName(5) would look like this We refer to each individual cell in the array by its "INDEX" number An array starts with an index of 0
  • 5. To place information into the first cell of the array we would do it as follows strName(0) = "Casey" To place information into the forth cell we would do the following strName(3) = "Roger"
  • 6. Casey Roger To retrieve information from an array and display it to a label we would do the following lblOutput.Caption = strName( ) To display Casey we would write lblOutput.Caption = strName(0) To display Roger we would write lblOutput.Caption = strName(3)