Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing an array in Memo field
Message
De
10/08/2012 10:04:48
 
 
À
10/08/2012 09:03:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01550185
Message ID:
01550288
Vues:
55
>>>>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform