I did include an updated ini file for the keywords...
are you sure you copied it in?
here it is if anyone needs it
[LINKS]
gen_PrevInst==() As Boolean
gen_GetPID==(ByVal ExeName As String) As Integer
gen_GetLocalIP==() As String
gen_MsgBox==(ByVal Title As String, ByVal Message As String, Optional ByVal Style As Integer = 0) As Integer
gen_InputBox==(ByVal Title As String, ByVal Message As String) As String
gen_RunApp==ByVal ExeName As String, Optional ByVal Args As String = ""
gen_FileDialog==(Optional ByVal InitialDir As String = "C:\", Optional ByVal FilterStr As String = "*.*|*.*") As String
gen_DirDialog==() As String
fil_GetINIKey==(ByVal Section As String, ByVal KeyName As String, ByVal FileName As String) As String
fil_WriteINIKey==ByVal Section As String, ByVal KeyName As String, ByVal Data As String, ByVal FileName As String
fil_AppendLog==ByVal FileName As String, ByVal Data As String
fil_AppendFile==ByVal FileName As String, ByVal Data As String
fil_OutputFile==ByVal FileName As String, ByVal Data As String
fil_GetFileToString==(ByVal FileName As String) As String
fil_GetAttrib==(ByVal FileName As String) As String
fil_SetAttrib==ByVal FileName As String, ByVal Attrib As Integer
fil_CopyFile==ByVal FileName As String, ByVal Destination As String
fil_CopyDir==ByVal DirSource As String, ByVal Destination As String
str_InStr==(ByVal SearchIn As String, ByVal SearchFor As String) As Integer
str_InStrRev==(ByVal SearchIn As String, ByVal SearchFor As String) As Integer
str_Mid==(ByVal Str As String, ByVal Start As Integer, Optional ByVal Length As Integer = 0) As String
str_Split==(ByVal Str As String, Optional ByVal Delimiter As String = " ", Optional ByVal Limit As Integer = -1) As Integer
str_GetSplit==(ByVal UpperBound As Integer) *special - see documentation
str_Replace==(ByVal Str As String, ByVal OldChar As String, ByVal NewChar As String) As String
str_ChangeCase==(ByVal Str As String, ByVal SetCase As Integer) As String
str_Left==(ByVal Str As String, ByVal Length As Integer) As String
str_Right==(ByVal Str As String, ByVal Length As Integer) As String
str_Remove==(ByVal Str As String, ByVal StartIndex As Integer, ByVal Length As Integer) As String
str_PadLeft==(ByVal Str As String, ByVal PadChar As String, ByVal TotalWidth As Integer) As String
str_PadRight==(ByVal Str As String, ByVal PadChar As String, ByVal TotalWidth As Integer) As String
str_Insert==(ByVal Str As String, ByVal StartIndex As Integer, ByVal InsChar As String) As String
dt_GetNow==() As String
dt_GetMonth==() As Integer
dt_GetDay==() As Integer
dt_GetYear==() As Integer
dt_GetHour==() As Integer
dt_GetMinute==() As Integer
dt_GetSecond==() As Integer
tc_StrToInt==(ByVal Str As String) As Integer
tc_IntToStr==(ByVal Int As Integer) As String
tc_StrToFlt==(ByVal Str As String) As Single
tc_FormatNum==(ByVal Number As Single, ByVal LDigits As Integer, ByVal RDigits As Integer) As String
dx_GetVersion==() As String
vw_StartWatcher==Starts the DBP_NETLIB Variable Watcher
vw_StopWatcher==Stops the DBP_NETLIB Variable Watcher
vw_SendInt==ByVal vName As String, ByVal vVal As Integer
vw_SendStr==ByVal vName As String, ByVal vVal As String
vw_SendFlt==ByVal vName As String, ByVal vVal As Float
* DBP_NETLIB_v1.2 - NOW WITH VARIABLE WATCHER! * Click Logo