,

Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

RPT65 CreateTable (OpenInsight 32-Bit)

At 24 APR 2009 02:18:36PM Don Muskopf wrote:

In the code below, on the second attempt to create a hash table, RPT65 returns htStatus=0 ("no error"). Shouldn't it return htStatus=1 ("Table already exists")?

fileNAME="HashTable" 
[/color] 
[/color]RTP65(ht_CREATE$, [/color]""[/color], fileNAME, [/color]""[/color], [/color]""[/color], htStatus) 
RTP65(ht_OPEN$, htHANDLE, fileNAME, [/color]""[/color], [/color]""[/color], htStatus) 
[/color] 
RTP65(ht_CREATE$, [/color]""[/color], fileNAME, [/color]""[/color], [/color]""[/color], htStatus) 
RTP65(ht_OPEN$, htHANDLE, fileNAME, [/color]""[/color], [/color]""[/color], htStatus)[/color][/color][/size]         
               

At 25 APR 2009 03:25PM Don Muskopf wrote:

Never mind. It works.

View this thread on the Works forum...