Hi,
I got lost with some prj, hope you can give a hand.
I need to create a tiny code, that generating between several variables,
with loop that generate all char variations in new row.
The order of all variables need to remain as it is,
and to take effect in 6 chars minimum situation ..
For example:
var1: adir
var2: going
var3: forward
The output should be like that:
adirgo
adirgoi
adirgoin
adirgoing
adirgoingf
adirgoingfo
adirgoingfor
adirgoingforw
adirgoingforwa
adirgoingforwar
adirgoingforward
goingf
goingfo
goingfor
and so on...
Thanks in advance
Adir