🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

*attributeupdate

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

hai

Can any one say me the difference between

*attributeupdateint{} and *attributeupdatedouble{}

as dont find much difference in their syntex

thank you

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    I guess that depends on the type of the variable to set:

    int ... integer value (e.g. 200):

    *attributeupdatedouble(elements,100,1241,6,2,0,200)

    double ... double value (e.g. 200.0):

    *attributeupdatedouble(elements,100,1241,6,2,0,200.0)