How can I put CRLF character directly into string?

How can I put CRLF character directly into string? - Messages

#1 Posted: 2/24/2020 11:16:26 AM
Alex Iletkin

Alex Iletkin

0 likes in 5 posts.

Group: User

Hi, everyone!
Now I doing it like this:
Break_line.jpg
Is there another way to put break line into string?
#2 Posted: 2/24/2020 12:38:57 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Sorry AllexII: don't understand what you are trying to do in Smath ?
You can probably split by additional condition.
#3 Posted: 2/24/2020 1:37:40 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

AFIU ... [As Far I Understand]
You can insert descriptive text in conditional.

Page37 AFIU.sm (7 KiB) downloaded 37 time(s).

#4 Posted: 2/24/2020 1:38:13 PM
Alex Iletkin

Alex Iletkin

0 likes in 5 posts.

Group: User

I want to see result in 2 or more string. Is there any symbol of break line?
"1st string
2nd string"
#5 Posted: 2/24/2020 3:30:35 PM
sergio

sergio

115 likes in 329 posts.

Group: User

The question is not very clear; if it is only a practical problem where the use of "stack" creates a very long line that comes out of the sheet, then simply use the structure of the matrix directly and insert the vector with as many lines as you want.
SMathStudio_Desktop_eHUgy7dvBH.png
sergio
#6 Posted: 2/24/2020 3:47:02 PM
Alex Iletkin

Alex Iletkin

0 likes in 5 posts.

Group: User

The question is, can a string consist of two or more lines, if so - what does the line wrap symbol look like?
#7 Posted: 2/24/2020 5:06:39 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

The question is, can a string consist of two or more lines, if so - what does the line wrap symbol look like?


Like this in the attached SS 6179

Alexii.PNG

Page37 AFIU.sm (18 KiB) downloaded 29 time(s).
#8 Posted: 2/24/2020 5:20:07 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

put the cursor on right of "Not yet in orbit Kamarad !"
press coma to add one line place holder to fill-in
coma coma coma for 3 more

put the cursor on left of "Not yet in orbit Kamarad !"
press coma to add one line place holder to fill-in
coma coma coma for 3 more
#9 Posted: 2/25/2020 4:36:52 AM
Martin_B

Martin_B

21 likes in 84 posts.

Group: User

I do it this way:

CRLF.png

To create the linefeed, I modified the smath sheet with an text editor I think (Don't remember exactly.)


        <input>
          <e type="operand">\0040\CRLF</e>
          <e type="operand" style="string">
</e>
          <e type="operator" args="2">:</e>
        </input>
1 users liked this post
sergio 2/25/2020 9:03:00 AM
#10 Posted: 2/25/2020 6:11:24 AM
Alex Iletkin

Alex Iletkin

0 likes in 5 posts.

Group: User

MarB, thank you! This is exactly what I want. Really has no one ever had this problem before?
#11 Posted: 2/25/2020 10:09:15 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

This is exactly what I want. Really has no one ever had this problem before?


Many Smath users, like myself, stick to native Smath.
Much easier to exchange documents, sanity Quality Control.
You may have to check spooling to file ?

#12 Posted: 2/25/2020 10:59:03 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Many Smath users, like myself, stick to native Smath.
Much easier to exchange documents, sanity Quality Control.
You may have to check spooling to file ?


Maybe, I don't understand what you are looking for.
It works native Smath for my own end needs.
The coding of spool to file should create the file in your system.

Page37 AFIU spooled2file.sm (21 KiB) downloaded 43 time(s).

#13 Posted: 2/25/2020 4:53:02 PM
Alex Iletkin

Alex Iletkin

0 likes in 5 posts.

Group: User

I would like to be able to enter the CRLF character directly when entering a string without functions "stack", "concat" or "sys". For example, when you press Ctrl + Shift + Enter.
Stroka s perenosom.PNG
Page37 AFIU spooled2file.sm (20 KiB) downloaded 41 time(s).
#14 Posted: 2/26/2020 12:21:56 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

I would like to be able to enter the CRLF character directly when entering a string without functions "stack", "concat" or "sys". For example, when you press Ctrl Shift Enter.


Sorry Kamarad, I found no way to do.
Hope Martin will catch and doctor.
#15 Posted: 2/26/2020 9:35:30 AM
Davide Carpi

Davide Carpi

1416 likes in 2873 posts.

Group: Moderator

appendLines.sm (4 KiB) downloaded 58 time(s).
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
sergio 2/26/2020 11:20:00 AM
#16 Posted: 2/26/2020 11:58:40 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

I would like to be able to enter the CRLF character directly when entering a string without functions "stack", "concat" or "sys". For example, when you press Ctrl Shift Enter.


Your coding works only on your transmitted document,
i.e: does not work on a blank sheet SS 6179.
As it looks, there is no key stroke to make same as ,\0040\CRLF,
To insert the music symbol:
1. from Charmap Arial, select twice, highlight, copy
2. paste in free space, type 1 for instance
for enabling the paste. Then backspace 1 to remove.
Same thing, type 2 if you prefer.

Alexii Code.PNG
#17 Posted: 2/27/2020 10:27:20 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

... more from Martin, long time ago.

2D Util Bar Fourier_Martin.sm (80 KiB) downloaded 40 time(s).
#18 Posted: 2/27/2020 10:50:19 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

... more from Martin, long time ago.


Bigger size for GrandMa !!!

GrandMa.PNG
1 users liked this post
sergio 2/27/2020 11:24:00 AM
  • New Posts New Posts
  • No New Posts No New Posts