Editing matrix in a program: not updating issue
|
03-20-2015, 06:48 AM
Post: #6
|
|||
|
|||
RE: Editing matrix in a program: not updating issue
Hello
>I noted also that if I change something in the program and save, the matrix will be reset. But, indeed, one doesn't change things in a program every day Yes, this is normal and intended. All the Program global variables will be deleted when the program is changed (after all, it is very possible that editing the program will cause some of these variables to be erased and new ones created). Then, upon suxesfull compilation of the program, the variables are created and initialized at the specified value. cyrille |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Editing matrix in a program: not updating issue - salvomic - 03-17-2015, 09:15 PM
RE: Editing matrix in a program: not updating issue - cyrille de brébisson - 03-18-2015, 07:24 AM
RE: Editing matrix in a program: not updating issue - salvomic - 03-18-2015, 08:41 AM
RE: Editing matrix in a program: not updating issue - cyrille de brébisson - 03-19-2015, 06:53 AM
RE: Editing matrix in a program: not updating issue - salvomic - 03-19-2015, 10:10 AM
RE: Editing matrix in a program: not updating issue - cyrille de brébisson - 03-20-2015 06:48 AM
|
User(s) browsing this thread: 1 Guest(s)