Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[ALLY] Creating a list with nothing in it.

 [1/2] from: mike::yaunish::home::com at: 17-Jan-2001 21:02


I am trying to create a requester that handles all kinds of conditions. One of these conditions may be a text-list that contains nothing. I can do: view layout [ t: text-list 200x300 data [1 2 3] ] But I can not do: view layout [ t: text-list 200x300 data [] ] Any ideas?? Mike Yaunish [mike--yaunish--home--com]

 [2/2] from: gchiu:compkarori at: 18-Jan-2001 22:29


On Wed, 17 Jan 2001 21:02:28 -0700 Mike Yaunish <[mike--yaunish--home--com]> wrote:
> But I can not do: > view layout [ t: text-list 200x300 data [] ]
I would be interested to know as well. I just fudged it with data [ "" ] when I came across this problem. -- Graham Chiu