int A; [A:= GetFB; Text(0, "Width = "); IntOut(0, A(0)); CrLf(0); Text(0, "Height = "); IntOut(0, A(1)); CrLf(0); ]