What is my variable?

If I have a say string control, is there something like a property node that outputs a word that indicates that the control is a string?

You basically need to look at the Type Descriptor information which you can get by converting the control to a variant, or you can use the Flatten To Sting function, with it changed to "Convert 7.x Data". Or, the easiest way is to use the OpenG function Get TDEnum From Data.
Attachments:
Example_VI.png ‏5 KB

Similar Messages

  • I need in Formula Node to assign to the variable value 4000000000!!! What kind of variable it should be???

    i've just tryed to write unsigned in32, but it does not understand 'unsogned'... But i need variable to be unsigned, because the max value = 4000000000... So, how can i solve this probleme???

    Hi,
    I don't see exactly what you're trying to do here.
    Where do you want to assign the variable 4000000000 to? If you want it as an
    input, just use a dbl, with only zeros behind the coma.
    Note that an integer is a number without any decimals. An integer in LabVIEW
    is this, but with an extra limitation that it can only be 32 bits... So a
    dbl can be an integer.
    If the input dbl is not an integer, use round, round to -inf or round to
    +inf to make it one. This can also be done if the output needs to be an
    integer.Inside the formula node floor(x), int(x), intrz(x) or ceil(x) can be
    used to make integers.
    I hope this is what you mean... I can't see any problems doing this.
    Regards,
    Wiebe.
    "DrON" wrote in message
    news:506500000008000000E
    [email protected]..
    > I need in Formula Node to assign to the variable value 4000000000!!!
    > What kind of variable it should be???
    >
    > i've just tryed to write unsigned in32, but it does not understand
    > 'unsogned'... But i need variable to be unsigned, because the max
    > value = 4000000000... So, how can i solve this probleme???

  • What are mapping variables & parameters ?

    1.In real time scenario where can we use mapping parameters and variables?
    2.what are mapping variables & parameters ?

    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e10577/d_xplan.htm#CACICEDJ]
    BPS@xe>explain plan for
      2  select sysdate from dual;
    Explained.
    BPS@xe>select * from table(dbms_xplan.display());
    Plan hash value: 1388734953
    | Id  | Operation        | Name | Rows  | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT |      |     1 |     2   (0)| 00:00:01 |
    |   1 |  FAST DUAL       |      |     1 |     2   (0)| 00:00:01 |
    8 rows selected.
    BPS@xe>select * from table(dbms_xplan.display('PLAN_TABLE',null,'BASIC'));
    Plan hash value: 1388734953
    | Id  | Operation        | Name |
    |   0 | SELECT STATEMENT |      |
    |   1 |  FAST DUAL       |      |
    8 rows selected.

  • What is system variable to find the current list line in list processing

    hi
    what is system variable to find the current list line in list processing

    Hi,
    Please find below the system variable related to list processing
    LILLI    INT4     10     Processing lists       List line selected
    LINCT  INT4     10     Creating lists           Page length in a list
    LINNO INT4     10     Creating lists            Current line
    LINSZ  INT4     10     Creating lists          Line width in a list
    LISEL  CHAR     255     Processing lists       Contents of the chosen line
    LISTI    INT4     10     Processing lists       Index of the chosen list
    Thanks,
    Muthu.

  • What is static variable.

    What is static variable. what is difference between  static variable and public variable?

    Static variables belong to the Class. Non-static variables belong to Class instances.
    Public variables can be accessed from outside of the Package. Non-public variables can only be accessed within the Package.
    So they are quite different thing. You can have Static variables, Public Static variables, and Private Static variables...

  • What's the variable gpuAccelerate in stage object for?

    Hi!
    What's the variable gpuAccelerate in stage object for?
    It's per default false.
    I've tried to find an answer to this but I couldn't get one from tech docs.
    It also doesn't seem to change paints (looking at one of my animations in Canary's Inspector) if true.
    Thanks,
    Volker

    Hi Darrel, hi Elaine!
    @Darrel: I'm aware of the hardware (GPU) acceleration options in different browsers/systems. I'm just wondering _what_ the boolean in the script output of Edge actually does.
    @Elaine: But _when_ would it switch on GPU in the animations and _where_ (which browsers/platforms)? There's no documentation I've found so far about it and the var is included in every animation with default 'false'.
    And what are the possible pitfalls?
    After beautifying edge-1.5.0.min.js it seems that it just enables the translateZ trick for (some) Webkit based browsers.
    if (this.gpuAccelerate && f[0].style && (typeof n === "undefined" || n === "" || n === "none")) f[0].style.webkitTransform = "translateZ(0)";
    But Edge does anyways already use 3D transitions in its animations?
    Thanks,
    Volker
    Message was edited by: Volker_E

  • What's JAVA_HOME variable?

    Hey:
    what's JAVA_HOME variable? how to set up it?

    If I'm following you correctly then you're asking how to set JAVA_HOME on a linux system. Depends on what shell you're using but I'll guess it's bash. I believe the bash shell reads $HOME/.login when you login so you can add the line:
    setenv JAVA_HOME /path/to/java
    I haven't used bash or linux in a long time so I'm not sure if that will work. If it doesn't work, look at the man page for bash and read the part about setting env vars at login.

  • What are condition variables? how do condition variables and monitors work?

    What are condition variables? how do condition variables and monitors work? Isn't condition variables the same as semaphore? After reading their implementaion over and over again..I still don't know how condition variables and monitors work together to provide good synchroniztion.
    Thanks

    I can tell you they have nothing to do with Serialization.
    Are you refering to the Condition class in Java 5+
    Usually you would use either a Condition or use synchronization, so you shouldn't need to use them together.

  • How to identify what customer exit variables are used in which query?

    Hi all,
    When i happened to check the CMOD transaction code i can find a list of customer exits are used. But i want to know what are those customer exist are used in which query? can anyone let me know the procedure of identifying it.
    Thanks a lot
    Pooja

    hii pooja
    check the foll links
    Very Urgent: Customer Exit Variable
    customer exit variable
    MIssing Authorisation for customer exit variable query
    Authorization variable or customer exit variables
    if it is helpful assign points
    thanks.

  • What is the "variable" field in the timer.swf widget for?

    I have captivate 7, and would like to know what the variable field is for in the timer widget and how to use it...
    Thank you!

    Hi Lilybiri,
    I am playing with $$cpInfoElapsedTimeMS$$....
    I have an action attached to a button in my project that assigns my variable $$TimeSoFar$$ with $$cpInfoElapsedTimeMS$$.  That is all this action does.  I also have a text caption that includes $$TimeSoFar$$ on the same slide.  When I enter the slide  $$TimeSoFar$$ in the text caption is 0, as that is the original value I set to the variable.  This makes sense. When I trigger the for the first time with the button, I receive a negative number in my text caption as the value for $$TimeSoFar$$.  When I trigger that action a second time, it seems to be correct ans is the correct value of $$TimeSoFar$$ . It is also correct everytime after that.
    Any idea why this is happening?
    Thank you !
    Ryan

  • What is system variable for net invoice amount on Dunning Letter

    On the dunning letters PLD what is the system variable for the net invoice amount?
    System var 160 the actual balance which unfortunately includes VAT
    Thanks
    Greig

    Gorden,
    They would like to have different text on the PLD for the A/R Credit memo that the way it is worded in the remarks.  You are correct that SAP places that in the remarks but it also adds "Based on ......".  They would like it to say "Applied to Invoice.....".
    Thanks,
    Don

  • What is persistent variable?

    Hi!
    what is the correct definition for persistent variable in java?
    Thanx
    -Sasi

    what is the correct definition for persistent variable
    in java?In what context did you see this?
    The term "persistent" is used to refer to data which maintains state between runs of the applications. The data is stored in some fashion (database or file.)
    As an example the following two terms are equivalent (although the first is more general.)
    The customer will be persisted.
    The customer will be stored in the database.
    Normally a single variable is not stored. Although that might be the case for user preferences in a GUI for example.

  • What is bucket variable ?

    Hi Experts,
    I want to know what exactly is bucket variable and what is the use of bucket variable.
    Thanks
    vara

    Hi Varaprasad ,
            You can use formula variable to define the range
    of values(buckets) in your query.
    Regards,
    Prakash B

  • What's user variable name using Smart View POV function (ex:HypGetActiveMember)?

    Hi,
    We want to use Smart View POV function (ex:HypGetActiveMember) to get the active member of user variables from HFM forms selected into Excel, but we don't know the user variable name in the following paragraph of Smart View developer guide:
    "To uniquely identify the user variable, provide the user variable name rather than the dimension name."
    For example, what's the user variable name of Year dimension? How to get the user variable name?
    Any information would be appreciated. Thank you!

    Hi,
    I guess user variable name is set by users/developers. I am not very clear on your question. If you have defined some variables to select any members from a dimension then it will be in HFM only. In planning we have two kinds of variables User Variables (we set it from Planning Preferences) and Substitution variable (we set it from Essbase Consol in the backend). Without looking into your application it is difficult to say the user variable name. Like for Year the user variables can be "PreviousYear", "CurrentYear", or "NextYear" etc.
    Soumya

  • What does this variable mean?

    Hi everyone,
    I'm working on a course that someone else made. The screens are freezing during testing on the slides before the quiz questions. They don't freeze anywhere else. I noticed that that the previous developer has an "on enter" assignment for each of those slides and I don't know what it means.
    On enter
    Assign 
    Screen 19
    with
    c
    What would that mean? They didn't provide descriptions for any of their variables, so I don't know what the variable "Screen 19" was created to do. What would "c" do?
    Thanks for any help.
    Kristen

    With respect...If your previous developer didn't choose to document his reasons, what makes you think we can read his mind and better than you can?
    If you suspect these On Enter slide actions are causing the issue, just set the ON Enter event to No Action and see what happens.
    If you are on Captivate 7 you at least have some way to track usage of a variable, which might lead you to the Advanced Action where the variable could be applying the value of c to do something useful.  If you cannot find anywhere in the project where the variable is used, it's probably not important, and that could be the reason why you're slides are freezing up.

  • What about these variable definitions?

    I inherited a set of FM books, and I don't understand the variable definitions. What is the difference in the several ways that "< >" is used in these examples?
    ProductLine       <italic>Cheese
    ProductName    <skim milk>
    Company          </>S&J</>
    CompanyLong    Smith and Jones Dairy
    Is one or more variable ill-defined?
    Thanks!

    <italic> implies that a Character Format of that name exists and is to be applied to the word "Cheese" which is inserted in the flow.
    <skim milk> makes no sense at all. What does it show up as, if anything?
    </>S&J</> is syntactically the same as <Default ¶ Font>S&J<Default ¶ Font>
    The leading </> might make sense if the author thought there was some risk of a format override in the paragraph that needed to be turned off. The trailing </> is at the very least unnecessary.

Maybe you are looking for

  • [solved]system won't upgrade (files exist in the filesystem)

    Everytime I try to upgrade I get this message boost: /usr/lib/python2.6/site-packages/Pyste/exporterutils.py exists in filesystem boost: /usr/lib/python2.6/site-packages/Pyste/exporterutils.pyc exists in filesystem boost: /usr/lib/python2.6/site-pack

  • Problems watching 3d on Envy 17 3d

    I bought a new Envy 17 3d laptop on December 31, 2011, and have yet to get the 3d feature to work with the pre-loaded sample movie clips, or with BlueRay 3d movies. I downloaded free TriDef software after reading a blog that said new HP Envy 17 3d la

  • Regarding taxes in po

    hi iam facing the problem in printing po,i want item wise taxes .for each item exice,vat and cst are there.but my requrement is retrive these taxes from me22n->item->invoice->enter tax code->press enter.from here i want to get. .ok iam expecting answ

  • Exporting as html

    Forgive me for being new and inexperienced with both Fireworks and this forum, but I am having trouble exporting a fireworks png file to dreamweaver. Tghe file is showing up in DW but we are having trouble manipulating it. sssThe FW file itself is ki

  • JTextField Document validation

    What is the best way to use Document to validate a textfield that will only accepts numbers between 1 and 30.