send
설명
Sci의 send 를 호출하여 문자열을 송신합니다.
문법
<Sci객체>.send "문자열" <Sci객체>.send 문자열 변수
사용 예
sci2.send "test"
or
var msg="test"
sci2.send msg
Last updated
Was this helpful?
Sci의 send 를 호출하여 문자열을 송신합니다.
<Sci객체>.send "문자열" <Sci객체>.send 문자열 변수
sci2.send "test"
or
var msg="test"
sci2.send msg
Last updated
Was this helpful?