Discussion

Test post

2

EnderCal1012 2022-12-08 00:20

<p>test post.</p> <a src="https://youtu.be/BjNm04oCdYc">bad apple</a>


EnderCal1012 2022-12-08 00:20

Well, it linked so I'm satisfied.


EnderCal1012 2022-12-08 00:22 (Edited)

If anyone clicks the link, you'll find an interesting video. (Not a rockroll though)


Timo 2022-12-08 07:56

Links are detected when markdown is enabled. No need for html tags.


G-9 2022-12-08 19:31

you need to learn markdown too (it's interesting)


was8bit 2022-12-10 05:09

Very very cool :)


altk353 2022-12-13 18:02

anyone know how to split text


was8bit 2022-12-14 06:42

Exactly what r u talking about??

Do you mean, take an inputted sentence and break it down into a database of the individual words? OR do you mean, if a sentence is longer than the width of the screen, auto wrap the words so they don't get cut in half at the edge of the screen??


nathanielbabiak 2022-12-14 12:28 (Edited)

For splitting text for word wrap, dredds and I both have examples.

https://lowresnx.inutilis.com/topic.php?id=413

https://lowresnx.inutilis.com/topic.php?id=2042


altk353 2022-12-14 16:46 (Edited)

I found out how to use the MID$ thing


altk353 2022-12-14 18:02

i fixed that but i wonderd why you can’t use input with a variable as the prompt


Timo 2022-12-14 22:20

Prompt workaround:
PRINT P$;
INPUT I$

Mind the semicolon!


altk353 2022-12-15 13:40

thank you


EnderCal1012 2023-01-10 22:54

I can't believe so many people replied to a test post


altk353 2023-01-13 21:39

now it really is just a community thing for short questions


Log in to reply.