Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing an array in Memo field
Message
From
10/08/2012 10:04:48
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01550185
Message ID:
01550288
Views:
53
>>>>>Hi,
>>>>>
>>>>>I have a VFP table with a Memo field which holds a couple of variables and a two dimensional numeric array (populated by SAVE TO xxx ALL LIKE Flash*), Is the binary format in which these are stored known to anyone?
>>>>>
>>>>>I haven't worked with VFP for quite a while but cannot recall, or find on the web, anything on this......
>>>>>
>>>>>TIA,
>>>>>Viv
>>>>
>>>>
>>>>Yes, Viv - see (old) download#15242 - should get you started
>>>
>>>Thx. Haven't a chance to look at it yet but sounds promising.....
>>
>>Sounds like an interesting thing to do - shout if you need any help
>
>Boy have I forgotten VFP ! Where does CharToBin() come from ?

In C# you'll use this
protected/private  static Int32 GetInt32(byte[] bytes, int offset)
		{
			return BitConverter.ToInt32(bytes, offset);

		}
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform