Results 1 to 5 of 5

Thread: split-problem[solved]

Threaded View

  1. #1

    Thread Starter
    Addicted Member vigge89's Avatar
    Join Date
    May 2002
    Location
    Sweden
    Posts
    172

    split-problem[solved]

    i have the following code in one of my projects:
    VB Code:
    1. bg_dim() = Split(ReadINI("dimensions", "bg", skin), ",")
    2.     frmMain.Width = bg_dim(0)
    3.     frmMain.Height = bg_dim(1)

    The thing is that something's making the function quit after the Split()-line, nothing below gets executed. Can anyone find something worng in the code?
    Last edited by vigge89; May 4th, 2004 at 04:37 AM.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width