Using VARIANT data type in Siemens TIA Portal

Поділитися
Вставка
  • Опубліковано 27 лис 2024

КОМЕНТАРІ • 5

  • @БулатШайхулин
    @БулатШайхулин 8 місяців тому +2

    Thanks for the explanation!

  • @enderbiradam6954
    @enderbiradam6954 6 місяців тому +1

    Thank you for the video! There's so little information about this topic on the internet.
    Also FYI, you can use data types directly in switch-case statement like this:
    case TypeOf("Parameter") of
    WString:
    ; //do smth
    String:
    ; //do smth
    SInt:
    ; //do smth
    USInt:
    ;
    Int:
    . etc
    . etc
    . etc
    else
    ; // default action or error
    end_case;

  • @AndreSmith-g9f
    @AndreSmith-g9f Рік тому +3

    This what I needed to know about VARIANT