添加库SysMem,使用SysMemSet函数将连续地址变量设置为相同的值。 SysMem库还提供复制,比较,转换等操作,且与C语言用法一致;例如

pMW0:=ADR(%MW0);

SysMemSet(pDest:=pMW0 , udiValue:= 0, udiCount:= 200);