programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

Re: Dictionary Pointer

From: Elizabeth D. Rather <erather_at_forth.com>
Date: Mon, 26 Nov 2001 17:13:10 -0800

At 10:53 AM 11/26/01 -0800, you wrote:

> > Y have not found the variable DP ( Dictionary pointer )
>
> > What is the name of this variable in swiftforth
>
>The variable is named H

You can get its current value with the command HERE. Don't try to
manipulate it directly, because it can cause trouble.

> > Y have problems whith string fonction
>
>STRING is not a defining word. STRING parses and compiles a string from
>the input stream.
>
>CREATE AX$ 80 ALLOT will define an 80 character buffer

An even better way is to use BUFFER:

         80 BUFFER: AX$

...is equivalent to Mike's phrase.

Cheers,
Elizabeth

================================================
Elizabeth D. Rather (US & Canada) 800-55-FORTH
FORTH Inc. +1 310-491-3356
5155 W. Rosecrans Ave. #1018 Fax: +1 310-978-9454
Hawthorne, CA 90250
http://www.forth.com

"Forth-based products and Services for real-time
applications since 1973."
================================================

----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe sftalk" to listar_at_forth.com
For help with listar commands, send subject "help" to listar_at_forth.com
Archives are located at http://www.forth.com/sftalk -- check them out!
Search the archives! Visit http://www.forth.com/search for details.
Received on Mon Nov 26 2001 - 17:15:10 PST

This archive was generated by hypermail 2.2.0 : Fri Nov 21 2008 - 03:04:20 PST