Visual Baiscs need HELP!!!!!!

Raydar

Veteran X
Doing a quiz need help:

1) Define the term "string" as it relates to Visual Basic:

2) Write a Visual Basic statement that declares a variable called "ShoeString" as text:
 
Raydar said:
Doing a quiz need help:

1) Define the term "string" as it relates to Visual Basic:

2) Write a Visual Basic statement that declares a variable called "ShoeString" as text:

i'll help you when i get out of class if no one has
 
1. String: A cord usually made of fiber, used for fastening, tying, or lacing.
2. 01 SHOESTRING PIC X(10) VALUE SPACE.
 
Back
Top