Where is the command addline?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Where is the command addline?
Hi
I need use command addline.
I don't see the command addline in the PTC Mathcad Prime 9.0.0.0
I had seen this command in previous versions of this program, but not now
please guide me.
Solved! Go to Solution.
- Labels:
-
Mathcad Usage
- Tags:
- mathcad_prime_9
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi
Thanks
i see this command.
i try it.
But this command does not have the function of addline command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Chapters
- descriptions off, selected
- captions settings, opens captions settings dialog
- captions off, selected
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
This is a modal window. This modal can be closed by pressing the Escape key or activating the close button.
- Chapters
- descriptions off, selected
- captions settings, opens captions settings dialog
- captions off, selected
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
This is a modal window. This modal can be closed by pressing the Escape key or activating the close button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hi again
i need type this
i can't use your command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
thanks
But in my previous versions, I used to write the command according to the sent photo with the addline command, but now I can't do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Even though Prime is called Mathcad Prime by PTC, its a software which differs in many respect from good old Mathcad.
And yes, in Mathcad you had to use the addline command to get a newline and in Prime you simply have to hit the Enter key - thats even easier. On the other hand I find it a bit strange and uncomfortable that we cannot simply type Enter after the first program line to add a second one but rather have to create a program structure first (using the old addline shortcut "]"). But once a program structure is created, you have to use Enter to add a new line of code.
Prime is much less convenient compared to old Mathcad in many respects, but this change I would call an improvement. I also like the Ctrl-J feature in Prime. You can type "else" (without the quotes) and immediately press Ctrl-J and Prime will convert the text to the appropriate programming structure. Thats easier than to remember the keyboard shortcuts or the usage of the floating palettes (which Prime does not offer anyway).
BTW, like in old Mathcad you may also use in Prime the if-function instead of the if-program structure:
For short sequences this sure is a space-saving option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you very much for your complete explanation.
Another question, if I want to use it like a addline command that includes 5 conditions, how should I write it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You could either use a couple of "if else" statements or a couple of simple "if"'s combined with "return" (which automatically stops a program).
You may also use heavily nested if-functions but this would look very unclear and confusing (like in Excel).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks
Is it possible to send me the Mathcad of these?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you're using the free version (Prime Express) the programming menu is supressed:
Do not fret! The old if statements (like EXCEL) still work:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Iraj wrote:
Hi
I need use command addline.
I don't see the command addline in the PTC Mathcad Prime 9.0.0.0
I had seen this command in previous versions of this program, but not now
please guide me.
Previous versions of Prime or are you talking about real Mathcad (Mathcad 15 and below)?
In Prime once you created a program structure you simply type "Enter" to add a new line of program code!