Space()
语法
Result$ = Space(Length)概要
Creates a string of the given length filled with 'space' characters.
参数
Length The length (in characters) of the new string.
返回值
A new string filled with 'space' characters.
示例
Debug "-" + Space(5) + "-" ; Will display "- -"
已支持操作系统
所有