ST意法半导体
直播中

席毖庸

7年用户 1037经验值
擅长:596874
私信 关注
[问答]

如何用枚举TEXTS比较文本区域内容?

您好,我想用枚举 TEXTS 比较文本区域内容。我怎样才能做到这一点?








回帖(1)

张瑞

2023-2-2 11:44:52
我认为您需要使用 getText() 函数和 Unicode::strncmp() 函数:


  • int result = Unicode::strncmp(textArea1.getTypedText().getText(), TypedText(T_TEXT1).getText(), Unicode::strlen(textArea1.getTypedText().getText()));

  • touchgfx_printf("result : %d", result);

  • //result return 0 if they're identical, 1 if the strings are differents
举报

更多回帖

发帖
×
20
完善资料,
赚取积分