Re: [Amforth] String

2019-01-18 Thread Jan Kromhout
Thanks, it is working now. Next time I will read more careful! Cheers, Jan > Op 18 jan. 2019, om 16:01 heeft Richard Burden > het volgende geschreven: > > Jan > > The hint on the suggested page is ITYPE. > > Regards > Richard > > > On Fri., 18 Jan. 2019, 10:53 pm Jan Kromhout via Amfort

Re: [Amforth] String

2019-01-18 Thread Richard Burden
Jan The hint on the suggested page is ITYPE. Regards Richard On Fri., 18 Jan. 2019, 10:53 pm Jan Kromhout via Amforth-devel < amforth-devel@lists.sourceforge.net wrote: > Hi Matthias, > > I have read that but it is not working. > > : test s" test " type ; => no output > : test s" test “

Re: [Amforth] String

2019-01-18 Thread Jan Kromhout via Amforth-devel
Hi Matthias, I have read that but it is not working. : test s" test " type ; => no output : test s" test “ ; => no output I don’t know what is wrong! Jan > Op 18 jan. 2019, om 15:50 heeft Matthias Trute het volgende > geschreven: > > Hi Jan, > >> I try this and notting is hap

Re: [Amforth] String

2019-01-18 Thread Matthias Trute
Hi Jan, > I try this and notting is happens. How do I use this to print a > string when I run a compiled word? please have a look at http://amforth.sourceforge.net/TG/recipes/Simple-Strings.html it should answer your question(s) Matthias ___ Amfo

[Amforth] String

2019-01-18 Thread Jan Kromhout via Amforth-devel
Hello, I try this and notting is happens. How do I use this to print a string when I run a compiled word? : test s" test " type ; Cheers, Jan ___ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net http

Re: [Amforth] String corruption

2012-11-30 Thread David Wallis
Thanks Matthias. I get it! -- Keep yourself connected to Go Parallel: TUNE You got it built. Now make it sing. Tune shows you how. http://goparallel.sourceforge.net ___ Amforth-d

Re: [Amforth] String corruption

2012-11-30 Thread Matthias Trute
Hi David, > After a good couple of days of learning forth and getting my xbee > communicating using interrupts on uart1 in API mode, this has just started > happening and I'm stumped. > > When I generate a string with >> s" Some text", > > it gets corrupted, and I keep seeing bits of the command

[Amforth] String corruption

2012-11-30 Thread David Wallis
Hi All. After a good couple of days of learning forth and getting my xbee communicating using interrupts on uart1 in API mode, this has just started happening and I'm stumped. When I generate a string with > s" Some text", it gets corrupted, and I keep seeing bits of the command lines I've been