🎉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

what is set t [::post::GetT] in hyperview customization

phani_21796User: "phani_21796"
New Altair Community Member
Updated by phani_21796

Hi can anybody kindly help me with the meaning of ::post::GetT in 'set t [::post::GetT]' .

I also see in some sample codes hw::ShowMessage, Where can i find these types of functions in Hyperworks?

Find more posts tagged with

Sort by:
1 - 1 of 11
    tinhUser: "tinh"
    Altair Community Member
    Updated by tinh

    Hi,

    I think it's just a command to generate a token.

    If you need to distinguish items everytime running your script, you may want to add a token to the names so you don't need to care about real names (thousands).

    I usually use "clock seconds" command to achieve that, and sometimes "clock milliseconds" for fast tasks