LOTUSSCRIPT 言語
例 2 Dim x As Variant x = "q" RSet x = "ab" Print x ' Prints "a" ' The string "q" is assigned to the Variant variable x, giving ' it a length of 1. The single leftmost character "a" of the ' two-character string expression "ab" is assigned to x.
関連項目