Editing matrix in a program: not updating issue
|
03-19-2015, 06:53 AM
Post: #4
|
|||
|
|||
RE: Editing matrix in a program: not updating issue
ENTER and OK, ESC and CANCEL are equivalents.
The Cas namespace is different from the home namespace, even if efforts have been made to merge them, they are for all intend and purposes separated internally. In your case, you managed to create 2 variables with the same name in the 2 domains. it's actually not that hard to do. Create the cas version first then declare the home version as a program exported variable. Anyhow, try to avoid mixing CAS and non CAS stuff if you can as it tend to lead to troubles. Good luck 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)