Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. x = some string value
  2. loops on *company* from data
  3. {
  4. if *company* matches with x
  5. then
  6. {
  7. brings in *text* corresponding to *company* from data to store in an
  8. array
  9. }
  10. else
  11. {
  12. value of x changes to present *company*
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement