Originally Posted By: itdaddy

....
hey do you guys know of the function to force lower case letters on a name
i need the pcAlias=tolower($Element) to do something like that?
i cant find the tolower function?? in kix
....


Kix has Ucase and Lcase to convert to upper or lower case characters.
See the example below.
 Code:
Break on

$test = "ABCdefGHI"
? LCase($test)
? UCase($test)
Sleep 5


 Originally Posted By: itdaddy

...
so I need to some do a scan and find it in this block
and then edit it? how do i do that?


If the section is always called UBS then you can just use the ReadProfileString funtion (build in in kix. it does not matter if the name value to read in the first second or whatever line.
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.