Enrico,

The RESTORE FROM command in your sample does NOT indicate what to restore - 
did you try the same with Clipper?

Ron

--------------------------------------------------
From: "Enrico Maria Giordano" <e.m.giord...@emagsoftware.it>
Sent: Wednesday, January 06, 2010 3:31 AM
To: "xHarbour Developers Mailing List" 
<xharbour-developers@lists.sourceforge.net>
Subject: [xHarbour-developers] Bug in SAVE command

> This is a sample of the problem:
>
> FUNCTION MAIN()
>
>    PRIVATE V123456789 := 123
>
>    SAVE ALL LIKE V* TO TESTMVAR
>
>    RESTORE FROM TESTMVAR
>
>    ? V123456789
>
>    INKEY( 0 )
>
>    RETURN NIL
>
> Error BASE/1003  Variable does not exist: V123456789 Arguments: ()
>
> If you look inside the MEM file you will see that the variable has lost 
> its
> last character (ie. it is V12345678 now).
>
> EMG
>
> --
> EMAG Software Homepage:     http://www.emagsoftware.it
> The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
> The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
> The EMG Music page:         http://www.emagsoftware.it/emgmusic
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and 
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> xHarbour-developers mailing list
> xHarbour-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
> 

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to