<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>RE: [Javascript] Functions arguments...</TITLE>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3103.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Well, sorry for my hurriness...</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'll try to explain the problem again, according to 
what you said to me, let's see...</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm trying to perform a search in a directory, this 
search is inside files, but there are text files and binary files, so what did I 
do, I treated all the files as binary files and tried to read its contents, but 
the problem is that when I use the ADODB.Stream.Read(numBytes) function, it 
returns a variant type (that's what all references of ASP say) and I thought 
that I could perform the search very well if I converted the variant type to a 
string data type...but...the variant type doesn't seem to appear "as is" in my 
Javascript's tutorial...so, my question is related to that conversion, but maybe 
anyone owns a better way of doing this search, so I accept it 
too...</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm interested in this conversion, cause maybe (if 
the conversion variant - string is possible) you can convert any variant type to 
a byte or an integer.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I guess that,  this is my real 
problem...</FONT></DIV></BODY></HTML>