{{tag>category:"OpenInsight 32-Bit" author:"Don Muskopf"}} [[https://www.revelation.com/the-works|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. [[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=WORKS_READ&SUMMARY=1&KEY=79CC13C3CEB32DD8852575A200649492|View this thread on the Works forum...]]