Entry
TSE: List: Simple: Create: How to: How to create a simple list in TSE?
Sep 26th, 2004 14:08
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 26 September 2004 - 10:22 pm ------------------
TSE: List: Simple: Create: How to: How to create a simple list in TSE?
---
---
--- cut here: begin --------------------------------------------------
PROC Main()
STRING s[255] = ""
IF Llist( "<Your window title>", 80, 22, _ENABLE_SEARCH_ +
_ANCHOR_SEARCH_ + _ENABLE_HSCROLL_ )
s = GetText( 1, 255 )
Warn( s )
ENDIF
END
<F12> Main()
--- cut here: end ----------------------------------------------------
---
---
Internet: see also:
---
TSE: List: Create: Overview: Can you give an overview of links?
http://www.faqts.com/knowledge_base/view.phtml/aid/31624/fid/1711
----------------------------------------------------------------------