点击或拖拽改变大小

Functions.SysAddAtom 方法 (__Psz)

X#
Convert a null-terminated string to a Symbol and add it to the atom table.

命名空间:  XSharp.RT
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 FUNCTION SysAddAtom(
	p AS PSZ
) AS SYMBOL
查看代码

参数

p
类型:__Psz

返回值

类型:__Symbol
备注
提示 提示:
SYMBOL 类型仅用于兼容性。在大多数情况下,类型可以和应该被替换为普通字符串。
参见