Comp - Basicsoftのうぃき
Comp Result = Comp ( String1 AS String , String2 AS String [ , Mode AS Integer ] ) AS Integer 2つの文字列を比較して返します。 2つの文字列が等しい場合は
Comp Result = Comp ( String1 AS String , String2 AS String [ , Mode AS Integer ] ) AS Integer 2つの文字列を比較して返します。 2つの文字列が等しい場合は
WeekDay Result = WeekDay ( Date ) 日付の曜日を計算します。 日付は処理する日付です。曜日を表す0(日曜日)から6(土曜日)までの整数を返します。平日に関連する定数のリストについては、定義済み定数を参照してください。
= "Z" thenprint "Yippie, you pressed the Z key!!!"elseprint "darn, you pressed something else."end if#endHisto
SELECT SELECT [ CASE ] Expression [ CASE [ Expression ] [ TO Expression #2 ] [ , ... ] ... ] [ CASE [ Expression ] [ TO Exp
MOD Remainder = Numerator AS Integer MOD Denominator AS Integer 2つの整数の除算の余りを計算します。 この演算子は、真の数学的法を評価しません。 A MOD
uot;case t < 7print t + " is less than 7 but 3 or larger"elseprint t + " is 7 or larger"end casenext tdisplays:1 is l
Do you wish to continue")if ans thenprint "continue on"elseprint "end everything"endend ifSee AlsoAlert, Confirm, I
AND Result = Expression AND Expression 式に応じて、AND演算は論理ANDでも数値ANDでもかまいません。 2つのブール式の場合は、論理積演算が実行されます。 整数が2つの場合は、数値AND演算が実行されます。