Computer problems,Computer help
*AX SOFT>>>Programming & Design

What would be the pseudo code for this piece of Visual Basic code that is underneath???


Private Sub Form_Load()
If gfGetYellow = False Then
End
End If

For li = 1 To UBound(laParkData)
If laParkData(li, 1) <> lsPrevPark Or li = 0 Then
cboYell.AddItem laParkData(li, 1)
lsPrevPark = laParkData(li, 1)
End If
Next li

If cboYell.ListCount > 0 Then
cboYell.ListIndex = 0
End If

If gfGetGreen = False Then
End
End If

For li = 1 To UBound(laParkData1)
If laParkData1(li, 1) <> lsPrevPark1 Or li = 0 Then
cboGre.AddItem laParkData1(li, 1)
lsPrevPark1 = laParkData1(li, 1)
End If
Next li

If cboGre.ListCount > 0 Then
cboGre.ListIndex = 0
End If
End Sub

start function Load

if gfGetYellow is false then exit function

for li as 1 to the last element of laParkData
if the value of the li'th item at position 1 in laparkdata is not equal to isprev park or li is zero then
cbOYell add that item
prevoius is that item
end if
end for

if cboyell's number of items greater than zero then
cboyell's list box gets zero
endif

if gfGetGreen is false then exit function

for li as 1 to the last element of laParkData1
if the value of the li'th item at position 1 in laparkdata1 is not equal to isprev1 park or li is zero then
cbogre add that item
prevoius1 is that item
end if
end for

if cbogre's number of items greater than zero then
cbogre's list box gets zero
endif

end function

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • What is a fair salary for an asp.net and C# programmer in north carolina?

    I am not sure about north carolina but I think the pay also depends on the work. Light asp and C# work in this economy you might be able to find someone for around $35k. Managing multiple sites wit...

  • Question for those who use google adsense?

    I have ad sense on 7 different websites. I have been extremely successful with ad sense. I make my living off of the add revenue . The revenue from each site it different. Revenue is base on the a...

  • For a Web design position. What are the advantages and disadvantages of pursuing this type of position?

    First, be clear about where your interests and talents lie. A web designer is someone with artistic ability who designs the site - layout, color scheme, fonts, graphics, etc. Often, web desig...

  • I need a website that factors polynomial equations using javascript so that i can convert it into ti-basic?

    I hope that this helps: ...

  • I need to update my yahoo mail page but how do i get into java script?

    Your Yahoo mail page should update on its own so why do you want to get into javascript? Are you wanting to rewrite the javascript that shows Yahoo mail? Coz if you are you can't, its ru...

  • Will somebody help me? please?!?

    It wasn't Flash Player, it was Flash Animator. Apparently Flash Animator Professional 8. Runs you like $200 I believe.

    ...
  • Web developers: what type of code is this?

    They are using php. Php is really simple and easy to learn. Best of all you can do it all free. You can go to php's site and download the software, you will also need MySql for the database wh...

  • What is the correct term to list on a resume?

    What you are describing is called Web Content Management

    ...
  •  

    Categories--Copyright/IP Policy--Contact Webmaster