Help please: I can loop for a variable from A to B?

Hi all

We use BEEP 11.1.1.6 (build 5.12.110)

I would use a foreach loop based on a variable, similar to
- FOR i IN 1..20 LOOP... END LOOP; 
or
- WHILE i < 20 LOOP... END LOOP;
Is this possible?
What is the correct syntax?

Thank you very much
Oliver

Look at




and output

1
2
3
4
5

Tags: Business Intelligence

Similar Questions

  • Hi all.. can someone here can help me how can I unlock my iphone from icloud account?

    Hi all.. can someone here can help me how can I unlock my iphone from icloud account?

    If you have forgotten the password for your iPhone, iPad or iPod touch, or your device is disabled - Apple supports

  • Help, please! Can I carry more than 15 actions in a form?

    After trying to "debug" my form for a while, I realized the action builder removes random actions from the manufacturer of the action when there is more than 15.

    I do not find anything mentioning documentation that, no error messages appear, no way to add more than 15 stocks I build a form that requires at least 30 measures. Help, please! Thanks in advance

    Once you have built 15 actions:

    (1) select the subform above in your hierarchy palette

    (2) open your script editor. Because you will probably never use it, it will be docked to the top of your mode of creation. You'll want to drag out of here it is in its own window.

    (3) in the upper left corner of your script editor, select view: 'Events with Scripts', just to the right theres a button with a plus sign. Make sure that who is toggled.

    (4) you can see all the code in all of your having to script objects. You will also notice a lot of this code is green. Which is commented out code that Designer recognizes as a script generated from the action Builder. Remove all the Green script. Make sure you get the green / /-at the end of each event too.

    You will notice that all actions have gone from the manufacturer of the action, but they are still working in the form. At least, now, you can add more shares without them having been removed by some designer bug has.

    Kyle

  • Help with Mathscipt and loop for

    I have a Mathscript/matlab code and I need to output the table on. One option is my first code, the other option is to use a loop for, but I get only the last exit. I need to get the set of output.

    Any help.

    Thank you

    This is how it should look.

  • Help, please! ReferenceError: Error #1065: Tracker Variable is not defined.

    Hi guys im ripping my hair out on this, sorry if its a noob question extreme, but I know its quite a problem and I'm sure that someone here should be able to help the Commons.

    After debugging my project here is the error message-

    ReferenceError: Error #1065: Tracker Variable is not defined.

    to CustomsConnect / buttonClick () [C:\Users\LiamT\Desktop\please\CustomsConnect\CustomsConnect.as: 443]

    at flash.events::EventDispatcher/dispatchEventFunction()

    at flash.events::EventDispatcher/dispatchEvent()

    Shell::Button/buttonClick() [C:\Users\LiamT\Desktop\please\CustomsConnect\shell\Button.as:47]

    Please let me know if you can point me in the right direction here - the problem came as I inherited a .fla that has been implemented on another machine. If you need me to write some code that his allusion above made me know.

    Thanks in advance for any help you can offer me.

    Somewhere along the line, a tracker instance has come into existence.  Is there a code after this line that uses something like...

    Tracker = new GATracker();

    Since he has only 43 lines of code to the error, feel free to show all 43 lines.

  • I need some help please (I can not log in via customer web Vsphere Vcenter)

    Dear professionals

    as you can see in the photos attached, I can not connect on the web client via Vsphere vcenter server.

    should I use same ([email protected]) username and password that I used for SSO?

    I don't know exactly what username and password should I use.

    Please help me because I blocked at this point.

    Thank you very much

    naoufl

    Hello

    I can see on the screenshot that you misspelled the username administrator as Administratore, how ever the default Super powers are

    username: [email protected]

    Paswweord: master password of the SSO.

    Thank you

    Avinash

  • Need help please, how can update to Dreamweaver database information

    Hello, I have a problems with my database, I know that my database works perfectly but when inserting the update to my database of my table form that I created with dreamweaver, I have this error

    Warning: mysql_real_escape_string() [Function.MySQL - real-escape-string]: access denied for user 'SYSTEM'@'localhost' (using password: No.) in C:\wamp\www\dwwithphp\TMPbcn96qcid9.php on line 20

    I don't know why change my localhost to "SYSTEM@localhost" in the part has declared using ready-made password set up in dreamweaver the password may access all databases in Dreamweaver, so I don't know what I can do?

    This all my talble form code:

    <? php require_once('Connections/dw_bookstore.php');? >
    <? PHP
    If (! function_exists ("GetSQLValueString")) {}
    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
    {
    If (via PHP_VERSION < 6) {}
    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;
    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}
    case 'text ':
    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";
    break;
    case "long":
    case "int":
    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';
    break;
    case "double":
    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';
    break;
    case "date":
    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";
    break;
    case "set":
    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;
    break;
    }
    Return $theValue;
    }
    }

    $editFormAction = $_SERVER ['PHP_SELF'];
    If (isset {}
    $editFormAction. = « ? ». htmlentities($_SERVER['QUERY_STRING']);
    }

    If ((isset($_POST["MM_update"])) & & ($_POST ["MM_update"] == "form1")) {}
    $updateSQL = sprintf ("put a DAY of titles SET title = %s pub_id = %s id_auteur = %s, price = %s, notes = %s, pubdate = %s WHERE title_id = %s",
    GetSQLValueString ($_POST ["title"], "text").
    GetSQLValueString ($_POST ["'pub_id"], "text").
    GetSQLValueString ($_POST ["au_id"], "text").
    GetSQLValueString ($_POST ['price'], "double").
    GetSQLValueString ($_POST ['notes'], "text").
    GetSQLValueString ($_POST ["pubdate"], "date").
    GetSQLValueString ($_POST ['id_titre'], "text"));

    @mysql_select_db ($database_dw_bookstore, $dw_bookstore);
    $Result1 = mysql_query ($updateSQL, $dw_bookstore) or die (mysql_error ());
    }

    @mysql_select_db ($database_dw_bookstore, $dw_bookstore);
    $query_rsPubs = "SELECT pub_id, nom_editeur of publishers ORDER BY nom_editeur ASC";
    $rsPubs = mysql_query ($query_rsPubs, $dw_bookstore) or die (mysql_error ());
    $row_rsPubs = mysql_fetch_assoc ($rsPubs);
    $totalRows_rsPubs = mysql_num_rows ($rsPubs);

    @mysql_select_db ($database_dw_bookstore, $dw_bookstore);

    $query_rsAuthors = 'SELECT au_id, au_lname, au_fname from authors ORDER BY au_lname ASC';
    $rsAuthors = mysql_query ($query_rsAuthors, $dw_bookstore) or die (mysql_error ());
    $row_rsAuthors = mysql_fetch_assoc ($rsAuthors);
    $totalRows_rsAuthors = mysql_num_rows ($rsAuthors);

    $colname_rsTitles = "-1";
    If (isset($_GET['title_id'])) {}
    $colname_rsTitles = $_GET ['id_titre'];
    }
    @mysql_select_db ($database_dw_bookstore, $dw_bookstore);
    $query_rsTitles = sprintf ("" SELECT * FROM titles WHERE title_id = %s ", GetSQLValueString ($colname_rsTitles,"text")");
    $rsTitles = mysql_query ($query_rsTitles, $dw_bookstore) or die (mysql_error ());
    $row_rsTitles = mysql_fetch_assoc ($rsTitles);
    $totalRows_rsTitles = mysql_num_rows ($rsTitles);
    ? >
    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    <? PHP $pagetitle = "The Night Owl"? >
    " < html xmlns =" http://www.w3.org/1999/xhtml " >
    < meta http-equiv = "Content-Type" content = "; charset ="/ >
    < title > The Night Owl < /title >
    < link rel = "stylesheet" href = "styles.css" type = "text/css" media = "screen" / > "
    < / head >
    < body >

    <? PHP include('Includes/header.php');? >

    Welcome to < h1 > <? PHP echo $pagetitle? > < / h1 >
    < do action = "<?" PHP echo $editFormAction;? ">" method = "post" name = "form1" id = "form1" >
    < table align = "center" >
    < tr valign = 'of basic">
    < td nowrap = "nowrap" align = "right" > Title_id: < table >
    < td > <? PHP echo $row_rsTitles ["id_titre"];? > < table >
    < /tr >
    < tr valign = 'of basic">
    < td nowrap = "nowrap" align = "right" > title: < table >
    < td > < input type = "text" name = "title" value = "<?" PHP echo htmlentities ($row_rsTitles ['title'], ENT_COMPAT, ");? ">" size = "32" / > < table >
    < /tr >
    < tr valign = 'of basic">
    < td nowrap = "nowrap" align = "right" > Pub_id: < table >
    < td > < select name = "id_editeur" >
    <? PHP
    {}
    ? >
    < option value = "<?" PHP echo $row_rsPubs ['id_editeur']? ' > ' <? PHP if (!) strcmp () ($row_rsPubs ['id_editeur'], htmlentities ($row_rsTitles ['id_editeur'], ENT_COMPAT, "))) {echo"SELECTED";}? > > <? PHP echo $row_rsPubs ["pub_name']? > < / option >
    <? PHP
    } While ($row_rsPubs = mysql_fetch_assoc ($rsPubs));
    ? >
    < / select > < table >
    < /tr >
    < tr > < /tr >
    < tr valign = 'of basic">
    < td nowrap = "nowrap" align = "right" > id_auteur: < table >
    < td > < select name = "au_id" >
    <? PHP
    {}
    ? >
    < option value = "<?" PHP echo $row_rsAuthors ["au_id"]? ' > ' <? PHP if (!) strcmp () ($row_rsAuthors ["au_id"], htmlentities ($row_rsTitles ["au_id"], ENT_COMPAT, "))) {echo"SELECTED";}? > > <? PHP echo $row_rsAuthors ["au_lname"]? > < / option >
    <? PHP
    } While ($row_rsAuthors = mysql_fetch_assoc ($rsAuthors));
    ? >
    < / select > < table >
    < /tr >
    < tr > < /tr >
    < tr valign = 'of basic">
    < td nowrap = "nowrap" align = "right" > price: < table >
    < td > < input type = "text" name = "value" = "<?" PHP echo htmlentities ($row_rsTitles ['price'], ENT_COMPAT, ");? ">" size = "32" / > < table >
    < /tr >
    < tr valign = 'of basic">
    < td nowrap = "nowrap" align = "right" valign = "top" > Notes: < table >
    < td > < textarea name = cols 'notes' = "50" rows = "5" > <? PHP echo htmlentities ($row_rsTitles ['notes'], ENT_COMPAT, ");? > < / textarea > < table >
    < /tr >
    < tr valign = 'of basic">
    < td nowrap = "nowrap" align = "right" > Pubdate: < table >
    < td > < input type = "text" name = "pubdate" value = "<?" PHP echo htmlentities ($row_rsTitles ["pubdate"], ENT_COMPAT, ");? ">" size = "32" / > < table >
    < /tr >
    < tr valign = 'of basic">
    < td nowrap = "nowrap" align = "right" > < table >
    < td > < input type = "submit" value = "Update file" / > < table >
    < /tr >
    < /table >
    < input type = "hidden" name = "MM_update" value = "form1" / >
    < input type = "hidden" name = "id_titre" value = "<?" PHP echo $row_rsTitles ["id_titre"];? ">" / >
    < / make >
    < p > < / p >
    < p > < / p >

    <? PHP include('Includes/footer.php');? >
    <! - end page - >
    < p > < / p >
    < / body >
    < / html >
    <? PHP
    mysql_free_result ($rsPubs);

    mysql_free_result ($rsAuthors);

    mysql_free_result ($rsTitles);
    ? >

    So please help me thanks for you time!

    I really apreciate that...

    Learning_men wrote:

    I have this error

    Warning: mysql_real_escape_string() [Function.MySQL - real-escape-string]: access denied for user 'SYSTEM'@'localhost' (using password: No.) in C:\wamp\www\dwwithphp\TMPbcn96qcid9.php on line 20

    Look at the name of the file in the error message. It shows that you are trying to use a temporary file. That's why he tries to access MySQL as SYSTEM. You may not use temporary files to access the database.

    Open the Panel preferences in the Edit menu, and then select the preview in browser category. Deselect preview using a temporary file, and then click OK. If your test server is set up correctly, you should now be able to interact properly with the database.

  • Help, please! Can not type letters typed irrelevant documents.

    When I start typing the cursor jumps autour causing a lot of my words to be misspelled. I can't get him to stop.

    Hello DM29,.

    Go to control panel, mouse and then on the options tab of the pointer and wheel, change the options to reduce speed and see if that helps.

    Next, go to the website of the manufacturer of your laptop and see if you can try to find any updated drivers for your touchpad. This can help if there is an updated for the touchpad driver.

    You can also attach an external mouse and see if it helps because you wouldn't have to use the touchpad that can help.

    Thank you

    Marilyn

    You should have a device settings tab > settings > sensitivity

  • Code of the property not defined! Help, please! Can't find what the problem is!

    So I do this coding for a school project and I repeated retype the code 3 times and the same problems still appear!

    Here is the code

    function keyDownHandler(Event:KeyboardEvent):void

    {

    if(Event.keycode == 38)

    {

    SpeedVert-=. 2;

    avatar_mc.gotoAndStop ("up")

    }

    another if (event.keyCode is 37)

    {

    SpeedHor-= 1;

    avatar_mc.gotoAndStop ("left")

    }

    another if (event.keyCode is 39)

    {

    SpeedHor += 1;

    avatar_mc.gotoAndStop ("Right")

    }

    The problem

    1119: access of the keyCode property possibly undefined via a reference with a static type flash.events:MouseEvent

    1119: access of the keyCode property possibly undefined via a reference with a static type flash.events:MouseEvent

    1119: access of the keyCode property possibly undefined via a reference with a static type flash.events:MouseEvent

    The problem is the keyCode! I can't understand August what is the problem!

    Thanks to all who help!

    In your function definition line, you use "Event" (false) while the code within the function uses 'event' (better).  Difficulty for beginners.  Also, given that the messages that all have "MouseEvent" identified in them, I have to wonder if the event listener that you assigned is not specified as a listener KeyboardEvent

  • Help, please. Can't resize boxes – this isn't a question of "show/hide bounding box.

    Hello

    I opened illustrator today and found that I couldn't resize all forms using the angle handles. I tried to hide/show the bounding box, and this isn't the issue... I really don't want to reset my preferences. There were similar issues like this, but the only answer I get is hide/show bounding - that is certainly not my problem. Please help - this is driving me crazy

    Hi hummis243,

    You are on Mac OS 10.7 or 10.8? We have similar problems on these operating systems. The current workaround is to upgrade your operating system to 10.9 and it should solve your problem.

    Sanjay.

  • Need help please, I can only see outlines when I use the tool shape in CS5?

    When I open the 2 or 3 action script in CS5 and draw a rectangle or any form, I see only outlines? The problem IS NOT the outlines button which is in the palette layers, because I changed several times and he has mad no difference and it'S NOT because I've selected no fill, or color of the shape.

    If you want to see a screenshot of my computer follow this link that I have exactly the same problem http://forums.adobe.com/message/2927153

    BUT Interestingly, when I opened someone elses .fla working paper, I can draw and fill out forms without problem, which makes me wonder if I am missing some basic settings when I start with my new document?

    Any help would be appreciated. I'm quite familiar with Photoshop but a beginner in Flash

    I learned something new, given the display you point on that might help - it has the same effect as using the tool outline on the layer, but throughout the world.  In the main menu, select view-> Preview Mode-> and nothing, except the contours.

  • What is the correct way to write a loop for these variable declarations

    I want to simplify my code to the following code:

    var printImage1:MovieClip = new PrintImage1();
    var printImage2:MovieClip = new PrintImage2();
    var printImage3:MovieClip = new PrintImage3();
    var printImage4:MovieClip = new PrintImage4();
    var printImage5:MovieClip = new PrintImage5();
    var printImage6:MovieClip = new PrintImage6();

    I tried everything I could think of, but it always gives me compilation errors.

    Any help would be great.

    Thank you

    The following will work for what you want, but you will find that it is easier to work with objects if you create them as members of the Group and target them through it.

    for (var i: uint = 1; i<7;>
    var ClassRef: Class = Class (getDefinitionByName ("PrintImage" + String (i)));
    This ["printImage" + String (i)] = new ClassRef();
    }

  • Pavilion dm4-3099se help please, I can't find missing drivers!

    I have a pavilion dm4, and after a recent, hard disk crash was lost. The warranty covered the hard drive, but no software, so I was able to find almost all of the drivers and lift the computer up and running, but I'm still missing three...

    PCI DEVICE

    PCI\VEN_10 & DEV_5209 & SUBSYS_1793103C & REV_01
    PCI\VEN_10 & DEV_5209 & SUBSYS_1793103C
    PCI\VEN_10 & DEV_5209 & CC_FF0000
    PCI\VEN_10 & DEV_5209 & CC_FF00

    SM BUS CONTROLLER

    PCI\VEN_8086 & DEV_1C22 & SUBSYS_1793103C & REV_05
    PCI\VEN_8086 & DEV_1C22 & SUBSYS_1793103C
    PCI\VEN_8086 & DEV_1C22 & CC_0C0500
    PCI\VEN_8086 & DEV_1C22 & CC_0C05

    Universal Serial Bus (USB) CONTROLLER

    PCI\VEN_1033 & DEV_0194 & SUBSYS_1793103C & REV_04
    PCI\VEN_1033 & DEV_0194 & SUBSYS_1793103C
    PCI\VEN_1033 & DEV_0194 & CC_0C03300
    PCI\VEN_1033 & DEV_0194 & CC_0C03

    Assistance to find these drivers would be highly appreciated. Please and thank you!

    I assume you have Windows 7 64-bit according to your specifications.

    It's your site product driver:

    http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?OS=4063&LC=en&cc=us&DLC=en&sw_lang=&product=5254512#N858

    Bus SM:
    http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-100240-1&cc=us&DLC=en&LC=en&OS=4063&product=5254512&sw_lang=

    PCI device:
    http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-100250-1&cc=us&DLC=en&LC=en&OS=4063&product=5254512&sw_lang=

    USB:

    http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-100242-1&cc=us&DLC=en&LC=en&OS=4063&product=5254512&sw_lang=

    And

    http://10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-100247-1&cc=us&DLC=en&LC=en&OS=4063&product=5254512&sw_lang=

    Concerning

    Visruth

  • I tried to update LR CC and what a file corrupted now.  Help, please. I'm for programs I cannont paid access.

    I've been a customer for over a year.  No one will give me support here?

    kglad,

    Everything is ok now.  I was afraid to try the download again and the second time it worked fine.  Sorry I have not responded earlier.

    Thank you

    Mark

  • loop for iterator goes from 0 to random number?

    Hi all

    I have a loop with a tunnle auto-indexé coming out of it.  The for loop is defined to run 240 times (4 x / sec.), then the table when he went from the loop is on average and data is played from there on out.

    It works fine except for the first round which is shake more data on the entire line.  It will run across the 20ish seconds seconds to 50ish.

    If I put a flag on the index it will increase from 0 to a number between 7 and 160 randomly as soon as the program starts.  From there on, after the first iteration it fires every minute.  However the timestamps on all data are not at the minute, for example. 01:00, 02:00, 03:00, etc.  They are at a different interval, for example: 01:16, 02:16, 03:16 etc.

    Why would he do that?

    My guess is that the output array has some kind of memory of the previous races and is the first notches n fill with data stored and accessible to the general public starting the iterator to the next index, and continues from there.

    Is there a way to reset the data stored in the tunnle?  I do not use a shift register.

    If I change a shift register and try to transmit data to the output function of summons since the shift register, there is an error on the output and gives me a bad connection.

    If I change a shift register and try to transmit data to the service of summons since the input shift register, it will work but continues to count arbitrary point.

    If I change a shift register and try to intitialize the table by connecting a constant to 0, it continues to count arbitrary point.

    Any help would be greatly appreciated.

    Thank you.

    What is the format of the data being sent?  Should I use jump as end of line character? It sends all the time?

    If she is using jump for line termination, your configuration is correct (well that count = 50 byte may not be the best). You should not use bytes on Port when the characters of endpoints are enabled. With the characters of endpoint read VISA sets the calendar to match the received data.

    With the default settings of the configuration, it will take about 50 ms to 50 characters. If messages are less than 50 characters, the delay will be less. Two examples: 1. device sends continuous and date never has a line break character. Read return 50 characters around every 50 m 2. Message consists of 8 data characters more line break. The device stops between messages, then send 4 messages per second. Read return 8 characters 4 times per second.

    My guess is that your device sends permanently and that something else in the program allows some data accumulate occasionally, so that at the start of this VI a batch of messages are in the buffer and treated quickly enough that you do not see the loop counter increment.

    Lynn

Maybe you are looking for