Home
All Communities
Products
Developers
Industries
Global Communities
Services & Learning
Networks
Esri Events
ArcGIS Topics
User Groups
Events
ArcGIS Ideas
Community Resources
Community Blog
Community Feedback
Community Help
Member Introductions
MVP Program
Discussions
Help
ホーム
製品
ArcGIS Pro
ArcGIS Pro Ideas
Substring for Dynamic Text
ChristopherStorer1
When assigning a complex string to various layout tags, it would be nice to be able to split the string out. Example: map A01-12-32; if I want to place "A01", "12", and "32" in various parts of the page layout, I need to create three additional fields and substring the data into those three fields. If I could do something like this: <dyn type="page" property="name" substr="3"/> it would make the whole process much more clean.
タグ付きの投稿をもっと見る
Status: 開く
コメント
BruceLang
I agree, string formatting should be improved. The capability to format a string like the Picture function in Crystal Reports. Two e
xamples:
String, Picture, Result
"1234567890", ”(xyz) xyz-xyz”, "(123) 456-7890"
"1928100002", "xyz-xyz-xyz-xyz", "19-28-100-002"
Which is much easier than this:
strPIN = [gis.GIS.ParcelPoly.PIN]
left(strPIN,2) & "-" & mid(
strPIN,3,2)
& "-" &
mid(
strPIN,5,3)
& "-" & right(strPIN,3)
See
http://crystaltricks.com/wordpress/?p=146
BerendVeldkamp
See
here
for a more general idea.
会話に参加する
投稿、コンテンツのフォローなどにはサインインしてください。初めてですか?無料で登録しましょう。
サインイン
登録
クイックリンク
すべてのコミュニティ
最近の投稿
ユーザーグループ
フォロー中のコンテンツ
コミュニティヘルプ