Question / Help How to read multiples lines "File"

drakgoku1

Member
Hello,

I'm trying to read multiple lines and show them in one of them.

First problem
That is to say.

I have this file
Text1
Text2
Text3
I want it to be displayed (in a line on a slide)
Text1Text2 Text3

Second problem
Once the first problem has been resolved, then put a delay for each of the lines.
That is to say:
Text1 (delay 3sec) Text2 (delay 3sec) Text3 (delay 3sec)

Without having to put spaces.

It seems that the current system cannot do it ... Is there any way?
1580334616151.png


Regards.
 
Last edited:

drakgoku1

Member
Solved with a java function.

What I do is read the file and convert it to whatever I want. (Keeping the original and creating a copy of this edited.)

(If the programmers here want the code they send me a PM)
 
Top