Hi,
i can't figure out why i get this error..
All seems fine, i used this code before..
well here it is:
i use this function to get stuff out of my ini file..Code:Dim Inum As Integer Nget IniLine, "Num", Inum 'i'll explain this down
it suppose to get 'Num' from IniLine.
'Num' in the ini file is '6'.
Normaly i would get that Inum = 6, but instead i get a ByRef error..
in the previus line i used the same code:
and i got the value of Iname with no trubble..Code:Dim Iname As String Nget IniLine, "Name", Iname
why is that..??
anyone?
thanks...




Reply With Quote