User Profile

Collapse

Profile Sidebar

Collapse
Werner
Werner
Last Activity: Jul 25 '06, 10:23 AM
Joined: Jul 19 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Werner
    started a topic Loop Problem (URGENT)

    Loop Problem (URGENT)

    #1
    Today
    08:18 AM

    Public AtendanceName() As String 'Array to store names
    Public ix As Integer
    Public i As Integer



    Private Sub btnSave_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles btnSave.Click


    'Loop to load names into Array


    ix = 1
    i = 0

    For i = 0 To ix = 1

    AtendanceName(i x)...
    See more | Go to post

  • Werner
    started a topic Loop problem
    in .NET

    Loop problem

    Public AtendanceName() As String 'Array to store names
    Public ix As Integer
    Public i As Integer



    Private Sub btnSave_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles btnSave.Click


    'Loop to load names into Array


    ix = 1
    i = 0

    For i = 0 To ix = 1

    ...
    See more | Go to post

  • Werner
    started a topic Arrays (Please Help)
    in .NET

    Arrays (Please Help)

    Hi!

    Stupid question i know.How do i load 2 public arrays with inputed text and then send that values to a richtextbox for printing? I know the printing part. Just strugling with the array bit.

    PLEASE HELP ME!
    Its driving me MAD!
    See more | Go to post

  • Werner
    started a topic Arrays

    Arrays

    Hi.
    I need some help in loading 2 arrays with string inside a loop.The arrays must be public.Please help.

    Werner(Beginner ) :confused:
    See more | Go to post
No activity results to display
Show More
Working...