保时捷718cayman白色:请帮忙翻译一段文字.刚才提问没有做好.

来源:百度文库 编辑:神马品牌网 时间:2024/04/30 14:53:44
Call Statement Example
Call Statement Example
This example illustrates how the Call statement is used to transfer control to a Sub procedure, an intrinsic function, and a dynamic-link library (DLL) procedure. DLLs are not used on the Macintosh.
This example illustrates how the Call statement is used to transfer control to a Sub procedure, an intrinsic function, and a dynamic-link library (DLL) procedure. DLLs are not used on the Macintosh.
Choose Function Example
Choose Function Example
This example uses the Choose function to display a name in response to an index passed into the procedure in the parameter.
This example uses the Choose function to display a name in response to an index passed into the procedure in the parameter.

Call Statement Example

指令陈述示例:

This example illustrates how the Call statement is used to transfer control to a Sub procedure, an intrinsic function, and a dynamic-link library (DLL) procedure. DLLs are not used on the Macintosh.

这个示例给出了如何使用Call Statement(指令陈述)把控制分配到下级别的处理程序的,它的本质功能是什么,以及DLL工序是如何运行的---DLL工序不能在苹果电脑上运行.

Choose Function Example

选择功能示例

This example uses the Choose function to display a name in response to an index passed into the procedure in the parameter.

这个示例使用了Choose Function(选择功能)来展示其是如何将参数中的索引转换为名字的.