Click here to Skip to main content
15,888,984 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionArrays in vb Pin
Otekpo Emmanuel19-Nov-14 4:13
Otekpo Emmanuel19-Nov-14 4:13 
AnswerRe: Arrays in vb Pin
Tim Carmichael19-Nov-14 4:31
Tim Carmichael19-Nov-14 4:31 
GeneralRe: Arrays in vb Pin
Otekpo Emmanuel19-Nov-14 5:02
Otekpo Emmanuel19-Nov-14 5:02 
GeneralRe: Arrays in vb Pin
Simon_Whale19-Nov-14 5:42
Simon_Whale19-Nov-14 5:42 
AnswerRe: Arrays in vb Pin
ZurdoDev19-Nov-14 5:28
professionalZurdoDev19-Nov-14 5:28 
GeneralRe: Arrays in vb Pin
Otekpo Emmanuel19-Nov-14 6:11
Otekpo Emmanuel19-Nov-14 6:11 
AnswerRe: Arrays in vb Pin
ZurdoDev19-Nov-14 6:16
professionalZurdoDev19-Nov-14 6:16 
GeneralRe: Arrays in vb Pin
Otekpo Emmanuel19-Nov-14 11:14
Otekpo Emmanuel19-Nov-14 11:14 
Thank you all for your replies. Sorry, if am too inquisitive. In the same program, the below lines of code exists:
Public DistX As Integer
Dim Length As Integer
Public DistToDark(1 To 1850) As Integer
DarkX = DistToDark(Length)

Where the value of Length increments by 1. So, assuming the Length value is 2, what will be the outcome of DarkX?
And, below is another
Dim angle, ray_inc as Double
Public sine(-160 To 2400) As Double
Dim i As Integer
For i = -160 To 2400
angle = ray_inc * i * piDivBy180 'where rays_inc =1.85
sine(i) = sine(angle)
Next

Friends please excercise patience and make me to understand the above logics. Believe me, I have searched google, read many articles but I still found it difficult. My questions are;
what could be the outcome of angle = ray_inc * i * piDivBy180 'where rays_inc =1.85?
What could be the possible outcome of
sine(i) = sine(angle)?
Will each element of array sine be equated to sine(angle)? E.g sine(0) = sine(angle) and so...
AnswerRe: Arrays in vb Pin
ZurdoDev19-Nov-14 11:38
professionalZurdoDev19-Nov-14 11:38 
AnswerRe: Arrays in vb Pin
sandeep reddy pothireddy20-Nov-14 3:12
professionalsandeep reddy pothireddy20-Nov-14 3:12 
QuestionError exporting crystal report to doc, xls file ? Pin
taibc16-Nov-14 16:29
taibc16-Nov-14 16:29 
AnswerRe: Error exporting crystal report to doc, xls file ? Pin
ZurdoDev18-Nov-14 10:04
professionalZurdoDev18-Nov-14 10:04 
QuestionProblems with List(of T).Contains method Pin
dilkonika16-Nov-14 15:22
dilkonika16-Nov-14 15:22 
AnswerRe: Problems with List(of T).Contains method Pin
PIEBALDconsult16-Nov-14 16:11
mvePIEBALDconsult16-Nov-14 16:11 
GeneralRe: Problems with List(of T).Contains method Pin
dilkonika16-Nov-14 16:53
dilkonika16-Nov-14 16:53 
GeneralRe: Problems with List(of T).Contains method Pin
PIEBALDconsult16-Nov-14 17:07
mvePIEBALDconsult16-Nov-14 17:07 
AnswerRe: Problems with List(of T).Contains method Pin
bojammis5-Dec-14 6:25
professionalbojammis5-Dec-14 6:25 
QuestionGive me an idea ! Pin
dilkonika15-Nov-14 6:56
dilkonika15-Nov-14 6:56 
GeneralRe: Give me an idea ! Pin
PIEBALDconsult15-Nov-14 8:10
mvePIEBALDconsult15-Nov-14 8:10 
GeneralRe: Give me an idea ! Pin
dilkonika15-Nov-14 12:42
dilkonika15-Nov-14 12:42 
GeneralRe: Give me an idea ! Pin
Dave Kreskowiak18-Nov-14 3:50
mveDave Kreskowiak18-Nov-14 3:50 
Questiondrag and drop in vb6 Pin
Member 996929014-Nov-14 16:44
Member 996929014-Nov-14 16:44 
AnswerRe: drag and drop in vb6 Pin
Richard MacCutchan14-Nov-14 21:35
mveRichard MacCutchan14-Nov-14 21:35 
Questiondrog & drop Pin
Member 996929014-Nov-14 16:25
Member 996929014-Nov-14 16:25 
QuestionHow to analyze last data from clipboard ? Pin
dilkonika14-Nov-14 7:53
dilkonika14-Nov-14 7:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.