①こんな関数
あるんやで編
こんな関数しってますか?
Calendar関数
「The Calendar functions are a set of functions that retrieve information about the current locale.」
Current localeに関する情報を取得して、単一列テーブルを返してくれる!
(例)
Calendar.MonthsLong() →“January“…”December”のテーブル
Calendar.MonthsShort() →“Jan” …”Dec”のテーブル
Calendar.WeekdaysLong()→“Sunday” …”Saturday”のテーブル
Calendar.WeekdaysShort()→"Sun" …”Sat”のテーブル
こちらは「新しい画面」→「カレンダーScreen」でも使われています!
①こんな関数
あるんやで編
こんな関数しってますか?
EditForm/NewForm関数
「View, edit, or create an item, save the contents, and reset the controls in an Edit form control.」
フォームを編集するか作成するかモードを変えられる。
FormMode.Edit→ユーザーはフィールドの値を変更、 完了後、Data保存。
FormMode.New→ユーザーはフィールド値を変更、 完了後、Data追加。
FormMode.View→ユーザーはフィールドの値を変更できない(見るだけ)
これに変えれるよ!っていう関数
自動ビルドのアプリで使われてる…はず
①こんな関数
あるんやで編
こんな関数しってますか?
Coalesce関数
「making Coalesce a good way to convert empty strings to blank values.」
空の文字列を空白の値に変換する
(例)
Coalesce( value1, value2 )
→If( Not IsBlank( value1 ), value1, Not IsBlank( value2 ), value2 )
①こんな関数
あるんやで編
こんな関数しってますか?
Validate関数
「 You can provide immediate feedback on the validity of that submission」
送信内容の有効性についてその場でフィードバックを返す
(例)
Validate(データソース,“列名”,評価したいコントロール)
評価がNGならSPOの制限をフィードバック!
まとめて(たまには)デモ
④この関数
いつ使うの?
ほんとに色んな関数があります・・・
Clock関数
「The Clock functions are a set of functions that retrieve information about the current locale.」
Current localeに関する情報を取得して、単一列テーブルを返してくれる!
(例)
Clock.AmPm()→「AM」「PM」のテーブル
Clock.AmPmShort()→ 「A」「P」のテーブル。
Clock.IsClock24 ()→24時間制が使用されているかどうかを示すブール値
[“AM”,”PM”]って書いたほうが
文字数少ないじゃん・・・
Slide 34
Slide 34 text
Revert関数
考えれば考えるほど
よくわからん!
誰か教えて!
Slide 35
Slide 35 text
④この関数
いつ使うの?
ほんとに色んな関数があります・・・
Hashtags関数
「The HashTags function scans a string for hashtags. 」
文字列をスキャンしてハッシュタグを探しテーブルで返す
(例)
This #app is #AMAZING and can #coUnt123 or #123abc but not #1-23 or #$*(#@")
•#app
•#AMAZING
•#coUnt123
•#123abc
•#1
こんなテーブル
作ってくれる!
何に使うんだ…
Ex:Docksの
読み方
• 相関表現を見つけましょう
Some gestures are used in more than one culture.
Others differ from culture to culture.
Some A . Others B → AなものもあればBなものもある
どっちもあり!
Animals communicate with each other
not only with sounds and movements
but also with smell.
not only A . but also B → AじゃなくBも
どっちもあり!
• 否定語+asは「~と違って」
A discussion need never become an argument in U.S.A
as it so often does in this area.