readme.txt

来自「Code Interface Node (CIN) That Converts 」· 文本 代码 · 共 8 行

TXT
8
字号
This example consists of 2 files:

str_ex.c
string example.vi

The vi passes a LV string to a CIN.  The CIN extracts the LV string to an array of "char" variables, modifies the string, and writes it back to a different LV string.  Both the original LV string and the altered string are passed back to LV and displayed.

This example was created on Win95 in LV 4.1.  If you are on another platform, the str_ex.c file should be recompiled into a *.lsb file and reloaded into the vi.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?