Need help with StresStimulus? Start here.
How to generate a random phone number?
Unregistered User Posts: 514
9/2/2020
|
For a phone number generator, how do I parameter this ?
|
|
0
link
|
George @StresStimulus Administrator Posts: 568
9/3/2020
|
Your phone number has the following format: xxx-yyyy (3 digits followed by a ‘-‘ followed by 4 digits). You can create 2 integer generators: 1. A 3 digit generator “3digit” has min value 100 and max value 999

2. A 4 digit generator “4digit”

The createed 2 parameters: - Replace xxx with “3digit”
- Replace yyyy with “4digit”
|
|
0
link
|
MarlenetSandoval Posts: 1
3/15/2023
|
Thanks for sharing! I needed the same thing.
|
|
0
link
|
Copyright © 2025 Stimulus Technology