Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MemFileShow(FileName, FunctionName)
Message
De
14/02/2005 14:22:37
 
 
À
12/02/2005 13:11:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Divers
Thread ID:
00986303
Message ID:
00986742
Vues:
15
That is it.

Thanks, Tore!

Terry :)

>Is this the one?
>
function CharToBin(word)
>	local i, out
>
>	out = 0
>
>	for i = len(m.word) to 1 step -1
>		out = m.out * 256 + asc(substr(m.word, m.i, 1))
> 	endfor
>
> 	return m.Out
>endfunc
>
>>I was trying to use
>>
>>MemFileShow(FileName, FunctionName)
>>
>>that I downloaded from the Universal Thread.
>>
>>It is Download ID: 15242, Structure of 'Save To' mem file, memory.zip.
>>
>>I got an error on the CharToBin() function.
>>
>>I can not find that function anywhere.
>>
>>Does anyone have a copy of it?
>>
>>Thanks!
>>
>>Terry Harris
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform