Tokenizer

Document Actions
last edited 4 years ago by mtigran

description

This part is designed to devide a string to tokens with delimiter and fires out the tokens waiting for some delay.

figure

inpins

  1. DELAY(long) - ID=1 - sets delay
  2. DELIMITER(String) - ID=2 - sets delimiter
  3. MODE(boolean) - ID=3 - set mode, for outputing tokens
  4. STRING(String) - ID=4 - String which should be devided to tokens

outpins

  1. TOKEN(String) - ID=51 - several tokens fired out from here
  2. END() - ID=52 - fires outpin with no parameter, when part finishes firing tokens
  3. ERROR(String) - ID=52 - error message

links to CVS

source org.vcb.parts.string.Tokenizer

configuration tokenizer.vcb