save versus load
Posted: Thu Jun 02, 2005 8:37 pm
Hi Lutz,
when I save with 'save this is the result in that file ->
(set 'data '(49 79 45 76 64 58 4e 79 4c 32 4a 70 62 69 39 75 5a 58 64 73 61 58 4e
77 43 6a 73 37 49 47 56 34 59 57 31 77 62 47 55 67 64 47 56 34 64 41 6f 6f 63 48
4a 70 62 6e 52 73 62 69 41 69 58 47 35 63 63 6c 52 49 53 56 4d 67 53 56 4d 67 52
56 68 46 51 31 56 55 52 55 51 67 52 6c 4a 50 54 53 42 58 53 56 52 49 53 55 34 67
54 6b 56 58 54 45 6c 54 55 43 46 63 62 6c 78 79 49 69 6b 4b 4b 47 56 34 61 58 51
70 43 67 3d 3d))
If I then go on the newlisp prompt and do ->
>(load "test")
Then this is the output -->
> (load "test")
true
> data
(49 79 45 76 64 58 4 e 79 4 c 32 4 a 70 62 69 39 75 5 a 58 64 73
61 58 4 e 77 43 6 a 73 37 49 47 56 34 59 57 31 77 62 47 55 67 64
47 56 34 64 41 6 f 6 f 63 48 4 a 70 62 6 e 52 73 62 69 41 69 58
47 35 63 63 6 c 52 49 53 56 4 d 67 53 56 4 d 67 52 56 68 46 51 31
56 55 52 55 51 67 52 6 c 4 a 50 54 53 42 58 53 56 52 49 53 55 34
67 54 6 b 56 58 54 45 6 c 54 55 43 46 63 62 6 c 78 79 49 69 6 b
4 b 4 b 47 56 34 61 58 51 70 43 67 3 d 3 d)
Do you see the difference? 'Load does manipulate the data list !!
How come? I thought it was a one on one copy?
Regards, Norman...
when I save with 'save this is the result in that file ->
(set 'data '(49 79 45 76 64 58 4e 79 4c 32 4a 70 62 69 39 75 5a 58 64 73 61 58 4e
77 43 6a 73 37 49 47 56 34 59 57 31 77 62 47 55 67 64 47 56 34 64 41 6f 6f 63 48
4a 70 62 6e 52 73 62 69 41 69 58 47 35 63 63 6c 52 49 53 56 4d 67 53 56 4d 67 52
56 68 46 51 31 56 55 52 55 51 67 52 6c 4a 50 54 53 42 58 53 56 52 49 53 55 34 67
54 6b 56 58 54 45 6c 54 55 43 46 63 62 6c 78 79 49 69 6b 4b 4b 47 56 34 61 58 51
70 43 67 3d 3d))
If I then go on the newlisp prompt and do ->
>(load "test")
Then this is the output -->
> (load "test")
true
> data
(49 79 45 76 64 58 4 e 79 4 c 32 4 a 70 62 69 39 75 5 a 58 64 73
61 58 4 e 77 43 6 a 73 37 49 47 56 34 59 57 31 77 62 47 55 67 64
47 56 34 64 41 6 f 6 f 63 48 4 a 70 62 6 e 52 73 62 69 41 69 58
47 35 63 63 6 c 52 49 53 56 4 d 67 53 56 4 d 67 52 56 68 46 51 31
56 55 52 55 51 67 52 6 c 4 a 50 54 53 42 58 53 56 52 49 53 55 34
67 54 6 b 56 58 54 45 6 c 54 55 43 46 63 62 6 c 78 79 49 69 6 b
4 b 4 b 47 56 34 61 58 51 70 43 67 3 d 3 d)
Do you see the difference? 'Load does manipulate the data list !!
How come? I thought it was a one on one copy?
Regards, Norman...