Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MemFileShow(FileName, FunctionName)
Message
From
14/02/2005 14:22:37
 
 
To
12/02/2005 13:11:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00986303
Message ID:
00986742
Views:
16
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
Previous
Reply
Map
View

Click here to load this message in the networking platform