i have the following code in one of my projects:
VB Code:
bg_dim() = Split(ReadINI("dimensions", "bg", skin), ",") frmMain.Width = bg_dim(0) 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?







Reply With Quote