Hi Ben
There is a nice new component: Advanced String Functions and the "old" Text[2d].
both together can display a lot of data easily and quickly. Convert entire integer array at once. Excellent.
A little problem with the font with the siz of "-" or " " space in the Text[2d].
So in the Display the number are jumping around what is not so nice to see.
Is there a font with proportional size or a way to set it?
regards
Stefan
In the text[2D] there are a lot of fonts but I did not found a perfect one
the negativ integer use different space than positive numbers
or space is much smaller then the number
App Developer Advanced String Functions and Text[2]
-
- Valued Contributor
- Posts: 997
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 190 times
- Been thanked: 217 times
-
- Matrix Staff
- Posts: 1465
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 204 times
- Been thanked: 347 times
Re: App Developer Advanced String Functions and Text[2]
I think the easiest way is to use a fixed-width font like "Courier New". There could be others, e.g. "Comic Sans" and "Lucida Sans Typewriter".
-
- Valued Contributor
- Posts: 997
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 190 times
- Been thanked: 217 times
Re: App Developer Advanced String Functions and Text[2]
Hi Steve
Thanks a lot. Yes "Courier New" and "Lucida Sans Typewriter" Font works perfect in the Text[2D].
regards
Stefan
Thanks a lot. Yes "Courier New" and "Lucida Sans Typewriter" Font works perfect in the Text[2D].
regards
Stefan
-
- Valued Contributor
- Posts: 997
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 190 times
- Been thanked: 217 times
Re: App Developer Advanced String Functions and Text[2]
Hi Ben
There is a simple way to save many integer data arrays to an excel file quickly and easily with the App Developer and the Component" Advanced String Functions". Maybe you could add a parameter "end with new line". But in the menue the answer is only yes or no. If yes then you add "\r\n".
to the string.
I don't know if the string length is necessary, I just did it
here the program:
In this way you can also write a data file, then simply remove the conversion and write the data array into the file and change the extension from .csv to .mfc, for example
regards
Stefan
Add "End with new line" ... Programm
Part of the Excelfile generate with the program:
There is a simple way to save many integer data arrays to an excel file quickly and easily with the App Developer and the Component" Advanced String Functions". Maybe you could add a parameter "end with new line". But in the menue the answer is only yes or no. If yes then you add "\r\n".
to the string.
I don't know if the string length is necessary, I just did it
here the program:
In this way you can also write a data file, then simply remove the conversion and write the data array into the file and change the extension from .csv to .mfc, for example
regards
Stefan
Add "End with new line" ... Programm
Part of the Excelfile generate with the program: