Reply To: Splitting OBX Base on Font

Homepage Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Splitting OBX Base on Font Reply To: Splitting OBX Base on Font

#56574
Anonymous
Participant

set OBX5 [lindex $fieldList 5]

set wordList [regexp -inline -all — {[A-Z][a-z]+} $OBX5]

Once you get your OBX5, you can split it using the Regex above.

Then you can loop through the words…

foreach value $wordList {

#do something

}

Hari Krishna

Columbus Regional Hospital

Forum Statistics

Registered Users
5,116
Forums
28
Topics
9,292
Replies
34,432
Topic Tags
286
Empty Topic Tags
10