Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Randomized Sentences
#2
basic idea is this

Code:
Copy      Help
ARRAY(str) a b c
a="I[]We[]Myself"
b="want to[]wish to[]consider to[]like to"
c= "meet you[]know you[]talk to you"
str s=F"{a[RandomInt(0 a.len-1)]} {b[RandomInt(0 b.len-1)]} {c[RandomInt(0 c.len-1)]}"
out s;;show result in qm output pane not needed


Messages In This Thread
Randomized Sentences - by ellochame - 01-09-2025, 01:05 AM
RE: Randomized Sentences - by Kevin - 01-10-2025, 03:36 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)