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

Re: Dictionary Pointer

From: Mike Ghan <mikeghan_at_logix-controls.com>
Date: Mon, 26 Nov 2001 10:53:36 -0800

> Y have not found the variable DP ( Dictionary pointer )

> What is the name of this variable in swiftforth

The variable is named H

> 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

Your phrase

80 string AX$

compiled the string "AX$" into the dictionary.

I hope this helps,
Mike

----------------------------------------------------------------------
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 - 10:53:02 PST

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