Re: downloadable files



oh... so I've got more information for myself...which in effect makes
it easier for other people to answer:

//fwrite($fh,'$result_areaVN');
//fflush($fh);

is something I might have to do. This takes the query and flushes it
into the fh file...(filehandle)... usually though, a string is put into
fh...not an entire array of area information...which when printed looks
like tons of numbers seperated by comma's.

.



Relevant Pages

  • Re: Saving Text File in registry Key
    ... I would read the text as string, convert it to byte array using ... System.Text.Encoding.Default.GetBytesmethod and use the SetValue method ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Split data to 2 new fields
    ... It concatenates the elements of an array into a ... > string. ... Prev by Date: ...
    (microsoft.public.access.gettingstarted)
  • Re: Newbie:Storing .NET datatypes in disconnected ADO.NET tables
    ... Could it have columns as array of simple ... types like string, etc.? ... Prev by Date: ...
    (microsoft.public.dotnet.framework.adonet)
  • last number array from string
    ... I have a address string with ID numbers at the end and want ... to be able to identify just the array at the end which could be any number in ... as I want to use the number for a lookup, please can anyone help with a ... Prev by Date: ...
    (microsoft.public.excel.worksheet.functions)
  • Re: passing a string to a dll
    ... Joe, I really appreciate you taking the time to demonstrate this. ... sure how I would implement indexing it for random alphanumeric codes. ... I might handle the array. ... I actually have been wondering if I could use a second string ...
    (microsoft.public.vc.mfc)