![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I found a situation were I need to branch out from a block of code and continue at a specific block of code. GOTO statement would be ideal for this, but it seems ASA does not support GOTO statement. Can I get an advice from anyone how to do something like this in ASA. Ollie |
#3
| |||
| |||
|
|
You should be able to rewrite the logic so as to avoid GOTO altogether If you must use GOTO, the TSQL dialect does support the statement GOTO. -- Chris Keating Sybase Adaptive Server Anywhere Professional Version 8 ************************************************** ******** ****************** * Sign up today for your copy of the SQL Anywhere Studio 9 Developer Edition and try out the market-leading database for mobile, embedded and small to medium sized business environments for free! http://www.ianywhere.com/promos/deved/index.html ************************************************** ******** ****************** * iAnywhere Solutions http://www.iAnywhere.com ** Please only post to the newsgroup ** Whitepapers can be found at http://www.iAnywhere.com/developer ** EBFs can be found at http://downloads.sybase.com/swx/sdmain.stm ** Use CaseXpress to report bugs http://casexpress.sybase.com ************************************************** ******** ****************** * Ollie> wrote in message news:3fdf2655.2e65.846930886 (AT) sybase (DOT) com... I found a situation were I need to branch out from a block of code and continue at a specific block of code. GOTO statement would be ideal for this, but it seems ASA does not support GOTO statement. Can I get an advice from anyone how to do something like this in ASA. Ollie |
![]() |
| Thread Tools | |
| Display Modes | |
| |